CVSROOT: /cvs Module name: src Changes by: fri...@cvs.openbsd.org 2017/05/30 06:09:27
Modified files: share/man/man9 : mbuf_tags.9 sys/netinet : ip_carp.c ip_carp.h ip_icmp.c ip_input.c sys/netinet6 : icmp6.c ip6_input.c sys/sys : mbuf.h Log message: Carp balancing ip does not work since there is a mac filter in ether_input(). Now we use mbuf tags instead of modifying the MAC address. ok mpi@