Custom Search

Wednesday, October 15, 2014

ovs-vsctl: no row "ovs-interface1" in table Interface

#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

1 comment:

  1. Thanks for sharing, but i wants to add little bit more in this.

    As 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.*

    ReplyDelete