CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/03 04:18:13
Modified files:
sys/net : if_vlan.c
Log message:
Allow to change vlan options of existing vlan(4)/svlan(4) devices at
runtime instead of forcing the user to-recreate the interface with the
changed options. The code now re-configures the interface instead of
returning EBUSY. For example, it is now possible to run "ifconfig
vlan1 vlandev em0; ifconfig vlan1 vlandev em1" in a sequence.
ok claudio@ deraadt@
