CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/10 03:25:52
Modified files:
sys/netinet : ip_carp.c
Log message:
simplify the input interface type check in carp_proto_input_if.
carp6_proto_input_if only handles packets "received" on real carp
interfaces, which the ethernet stack goes to a lot of trouble to
provide. since carp assumes ethernet, carp_proto_input_if can assume
the packets will come in right too.
ok mpi@
