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
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
After excuting the commands, I still have the same problem
ReplyDelete