CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/02/18 10:06:45
Modified files:
sys/net : if_vlan.c
Log message:
when changing the vlandev of a running vlan(4) interface, we also need to
move the configured multicast addresses and preserve the promisc mode
settings of the parent. this fixes an issue when carp stopped working on
a vlan after the vlandev was manually changed.
ok naddy@ phessler@
