Hi,
I am trying out the ovsdb-client tool and running into some problem. Here is
the command I used to do a transaction:
sudo ~/work/ovs/openvswitch-1.3.0/ovsdb/ovsdb-client -v transact
'["Open_vSwitch", {"op" : "insert", "table" : "Controller", "row" :
{"local_gateway": "192.168.1.10", "local_ip": "192.168.1.20", "local_netmask":
"255.255.255.0", "target":"tcp:10.0.0.10"}}]'
I do see the response:
[{"uuid":["uuid","5f0010e5-d2ff-483f-8e68-d1ba2913069d"]}]
But when I do a db dump, the "Controller" table is still empty:
sudo ./openvswitch-1.3.0/ovsdb/ovsdb-client dump
...
Controller table
_uuid connection_mode controller_burst_limit controller_rate_limit external_ids
inactivity_probe is_connected local_gateway local_ip local_netmask max_backoff
role status target
----- --------------- ---------------------- --------------------- ------------
---------------- ------------ ------------- -------- ------------- -----------
---- ------ ------
...
Could you tell me what I missed here?
Thanks a lot!
Chuan Wang
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss