Roman Podolyaka a4889e64aa Fix ovs-vsctl call in add_tunnel_port()
When a new GRE tunnel is created OVS agent calls ovs-vsctl
incorrectly. Command:

    sudo ovs-vsctl --timeout=2 --may-exist add-port br-tun gre-1

is produced instead of correct one:

   sudo ovs-vsctl --timeout=2 -- --may-exist add-port br-tun gre-1

Fixes bug 1227675

Change-Id: I010961658a37028e41621c4a529b5a14e7587c7f
2013-09-19 17:49:37 +03:00
..
2013-07-06 15:02:43 -04:00
2013-07-06 15:02:43 -04:00