CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/01/22 02:35:20
Modified files: sys/net : if_ethersubr.c sys/netinet : ip_carp.c ip_carp.h Log message: Pass the receiving interface pointer to carp_input() instead of re- reading it from the packet header. While here makes carp_input() take the same arguments as ether_input(). ok bluhm@, mikeb@