Custom Search

Monday, October 13, 2014

ovs-ofctl: br0: couldn't find port `p1'

Solution:
Specify interface "type" while adding port to bridge/ovs-switch
#sudo ovs-vsctl add-port br0 tap1 -- set Interface tap1 type=internal

#sudo ovs-ofctl mod-port br0 p1 up

1 comment:

  1. After excuting the commands, I still have the same problem

    ReplyDelete