openvswitch: adds new UCI section ovs_bridge

This new config section in package openvswitch
supports creating a named bridge, and setting
its' OpenFlow controller end-point.

An example config is included in /rom/etc/config/openvswitch

Signed-off-by: Simon Kinane <skinane@fb.com>
This commit is contained in:
Simon Kinane
2020-07-26 20:58:53 +01:00
committed by Yousong Zhou
parent f4897d2ae8
commit d7507146e8
4 changed files with 44 additions and 2 deletions
+5
View File
@@ -6,3 +6,8 @@ config ovn_northd north
config ovn_controller controller
option disabled 1
config ovs_bridge
option disabled 1
option name 'my-bridge'
option controller 'tcp:192.168.0.1'