Monica Rajasekaran
Monica Rajasekaran

Reputation: 70

ovs-vsctl: Error detected while setting up bridge

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.

OVS-VSCTL Error

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

Answers (1)

Monica Rajasekaran
Monica Rajasekaran

Reputation: 70

The issue was solved when I used the netdev datapath type:

"-- set bridge br0 datapath_type=netdev".

Thanks, Monica

Upvotes: 1

Related Questions