summaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.xml
diff options
context:
space:
mode:
authorFlavio Leitner <fbl@sysclose.org>2019-11-22 15:09:02 -0300
committerBen Pfaff <blp@ovn.org>2019-11-22 14:03:36 -0800
commitaa453e319961a0c59e1dacce707408a188915018 (patch)
tree84c2f635f98f3b04feb82ef344adcd0be8454f74 /vswitchd/vswitch.xml
parent0442bfb11d6ccbf11754ef1d6de603b970465302 (diff)
downloadopenvswitch-aa453e319961a0c59e1dacce707408a188915018.tar.gz
ofproto-dpif: Expose datapath ND Extensions capability to ovsdb
Document and expose datapath ND Extensions capability to ovsdb. Fixes: d0d571493 ("ofproto-dpif: Allow IPv6 ND Extensions only if supported") Signed-off-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vswitchd/vswitch.xml')
-rw-r--r--vswitchd/vswitch.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index d4cc3b9ed..09e7bdf5f 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -5828,6 +5828,11 @@ ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch options:peer=p1 \
packet to be sent to the Open vSwitch slow path, which is likely to
make it too slow for mirroring traffic in bulk.
</column>
+ <column name="capabilities" key="nd_ext" type='{"type": "boolean"}'>
+ True if the datapath supports OVS_KEY_ATTR_ND_EXTENSIONS to match on
+ ICMPv6 "ND reserved" and “ND option type“ header fields. If false,
+ the datapath reports error if the feature is used.
+ </column>
<group title="Clone Actions">
<p>
When Open vSwitch translates actions from OpenFlow into the datapath