CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/09/17 07:34:18
Modified files:
sys/net : if.c if.h if_vlan.c if_vlan_var.h
Log message:
Change vlan(4) detach procedure to not use a hook but a list of vlans
on the parent interface. This is similar to what bridge(4), trunk(4)
or carp(4) are doing and allows us to get rid of the detachhook.
ok reyk@, mikeb@
