CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/15 09:14:37
Modified files:
sys/netinet : ip_carp.c
Log message:
Use ether_ifattach() and ether_ifdetach() when cloning/destroying an
interface instead of rewritting most of them.
This change is also needed for upcoming if_input() conversion.
As a bonus pseudo-driver attached on top of carp are now detached in
the right order.
ok claudio@, henning@
