#sudo ovs-vsctl add-port openflow ovs-port1 -- set Interface ovs-interface1 type=internal
ovs-vsctl: no row "ovs-interface1" in table Interface
Solution
======
name of the Port and Interface should be same
#sudo ovs-vsctl add-port openflow ovs-port1 -- set Interface ovs-port1 type=internal
ovs-vsctl: no row "ovs-interface1" in table Interface
Solution
======
name of the Port and Interface should be same
#sudo ovs-vsctl add-port openflow ovs-port1 -- set Interface ovs-port1 type=internal
Thanks for sharing, but i wants to add little bit more in this.
ReplyDeleteAs per you
Solution
======
name of the Port and Interface should be same
But from my point of views, port name and interface name can be diffrent.
*But main this to note down is that, Interface should be present.*