[ovs-discuss] Creatinhg bridge by adding to the OVSDB

Ben Pfaff blp at ovn.org
Tue Jul 12 16:18:30 UTC 2016


On Mon, Jul 11, 2016 at 05:39:42PM -0400, John Chludzinski wrote:
> Sorry about that BUT I introduced that typo to deliberately test an
> hypothese.
> 
> BUT even when the typo is fixed/removed, the problem remains: no new entry
> in the Bridge table.
> 
> root at localhost ~# ovsdb-client -v transact '["Open_vSwitch", {"op":"insert",
> "table": "Bridge", "row": { "name": "b3" } } ]'

Garbage collection.  You created a row in the bridge table but didn't
add any reference to it (from the Open_vSwitch table), so it gets
deleted immediately without ever appearing in the database.  It's a
feature.



More information about the discuss mailing list