Hi,

I am adding a new port (vxlan tunnel) to a bridge via ovs-vsctl.
The port is rejected (as it should be) due to a bad value and an error
message is returned from our implementation of ofproto-provider.
I can trace this error code back to iface_create functions in bridge.c.
It hits the iface_clear_db_record() function and implements it successfully.
I expected this function to remove the port from OVSDB.
However, it still exists when I do a 'ovs-vsctl show'.
The next time I add a legitimate port the system segfaults.
If I manually remove the port the ovs-vsctl then the second port is added
correctly.
Im not sure if this is an OVS bug or if there something else I should be
doing to remove the flow from the OVSDB?

Thanks
John
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to