CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/21 19:50:39
Modified files:
sys/net : if_ethersubr.c
sys/netinet : ip_carp.c ip_carp.h
Log message:
move carp_input into ether_input, instead of via an input handler.
carp_input is only tried after vlan and bridge handling is done,
and after the ethernet packet doesnt match the parent interfaces
mac address.
this has been in snaps as part of a larger diff for over a week.
