Hi Everyone,

As per http://www.openvswitch.org/support/dist-docs/ovs-vsctl.8.html ,
default database for ovs is *unix:/var/run/openvswitch/db.sock. *

In my code I give following command:-
s1.cmdPrint('ovs-vsctl --db=unix:/var/run/openvswitch/db.sock set bridge' +
s1 + 'stp-enable=true')

It shows following:-

ovs-vsctl: no row "s1" in table Bridge

I gave the command without specifying the database part (although it makes
no difference because I was anyway giving it default value), but it shows
the same error.

Could anyone please help me to fix it.

Thank you.

Warm regards
Sudhanshu Naithani
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to