mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
committed by
Yousong Zhou
parent
f4897d2ae8
commit
d7507146e8
@@ -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'
|
||||
Reference in New Issue
Block a user