mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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>
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
config ovs ovs
|
|
option disabled 1
|
|
|
|
config ovn_northd north
|
|
option disabled 1
|
|
|
|
config ovn_controller controller
|
|
option disabled 1
|
|
|
|
config ovs_bridge
|
|
option disabled 1
|
|
option name 'my-bridge'
|
|
option controller 'tcp:192.168.0.1' |