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@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. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss