aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/README.md
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2021-11-24 14:39:31 +0200
committerYousong Zhou <yszhou4tech@gmail.com>2021-11-25 09:36:05 +0800
commit07c5f565bfaa60e9c8b9603adee0d196ec4f05a9 (patch)
tree84ef8924ce91d1f8c1ef33a04fc4f246b4869edb /net/openvswitch/README.md
parent7034d3cbba813f8b19294667f058513e5745056e (diff)
openvswitch: document missing options
Commit 1038ac123558 ("openvswitch: add support for definining bridge ports...") added two new options: - drop_unknown_ports - ports They are missing from the README, so add them. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'net/openvswitch/README.md')
-rw-r--r--net/openvswitch/README.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/net/openvswitch/README.md b/net/openvswitch/README.md
index b5911a597..bfc19a032 100644
--- a/net/openvswitch/README.md
+++ b/net/openvswitch/README.md
@@ -85,14 +85,16 @@ after adding or changing these options.
The ovs_bridge section also supports the options below,
for initialising a virtual bridge with an OpenFlow controller.
-| Name | Type | Required | Default | Description |
-|---------------|---------|----------|--------------------------------|------------------------------------------------------------|
-| disabled | boolean | no | 0 | If set to true, disable initialisation of the named bridge |
-| name | string | no | Inherits UCI config block name | The name of the switch in the OVS daemon |
-| controller | string | no | (none) | The endpoint of an OpenFlow controller for this bridge |
-| datapath_id | string | no | (none) | The OpenFlow datapath ID for this bridge |
-| datapath_desc | string | no | (none) | The OpenFlow datapath description for this bridge |
-| fail_mode | string | no | standalone | The bridge failure mode |
+| Name | Type | Required | Default | Description |
+|--------------------|---------|----------|--------------------------------|------------------------------------------------------------|
+| disabled | boolean | no | 0 | If set to true, disable initialisation of the named bridge |
+| name | string | no | Inherits UCI config block name | The name of the switch in the OVS daemon |
+| controller | string | no | (none) | The endpoint of an OpenFlow controller for this bridge |
+| datapath_id | string | no | (none) | The OpenFlow datapath ID for this bridge |
+| datapath_desc | string | no | (none) | The OpenFlow datapath description for this bridge |
+| drop_unknown_ports | boolean | no | 0 | Remove ports not defined in UCI from the bridge |
+| fail_mode | string | no | standalone | The bridge failure mode |
+| ports | list | no | (none) | List of ports to add to the bridge |
The ovs_port section can be used to add ports to a bridge. It supports the options below.