[ovs-dev] Removing Network UUIDs for VLANs

Justin Pettit jpettit at nicira.com
Fri Oct 30 01:43:55 UTC 2009


Hi, Ian.  We're seeing a bug where the VLAN network UUID is not  
removed from the config file when the VLAN is deleted.  If I revert  
the change in the action_down function from the following commit  
everything works.

	http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=774428

Since those calls are only made when an interface is actively being  
downed, I would think we could safely revert that part of the change.   
However, I definitely could be misunderstanding what you're trying to  
accomplish.  Alternatively, I could just do delete the UUIDs in the  
"if pif_is_vlan(pif)" block, but that may have similar issues.

Please let me know your thoughts when you get a chance.

Thanks!

--Justin






More information about the dev mailing list