Reputation: 70
I have set up OVS on my Ubuntu 14.04 VM (https://github.com/openvswitch/ovs/blob/master/INSTALL.md) and am trying to add a bridge and port to the same. But it keeps throwing out this error and does not get added. Has anyone faced anything similar ? Screenshot of error attached.
I have already got my ODL controller ready on the same VM and need to get the bridge and port up on OVS to connect to it.
Thanks
Upvotes: 1
Views: 4087
Reputation: 70
The issue was solved when I used the netdev datapath type:
"-- set bridge br0 datapath_type=netdev".
Thanks, Monica
Upvotes: 1