summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorMark Gray <mark.d.gray@redhat.com>2021-01-15 09:29:09 -0500
committerIlya Maximets <i.maximets@ovn.org>2021-02-01 12:23:07 +0100
commit492bbb54c064f9eebe89ee81e5d9fbece56138ff (patch)
tree5bdd3cd342cd9ca191d9a47d059ede4d6a082f86 /vswitchd
parent748483d3f18b5d5d6f223faab64f4e96d2ab7f97 (diff)
downloadopenvswitch-492bbb54c064f9eebe89ee81e5d9fbece56138ff.tar.gz
vswitchd.xml: Fix supported IPsec tunnels.
'ovs-monitor-ipsec' does not support 'ip6gre' tunnels. Fixes: 22c5eafb6efa ("ipsec: reintroduce IPsec support for tunneling") Signed-off-by: Mark Gray <mark.d.gray@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 5b2a174ab..a2ad84ede 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -3076,8 +3076,8 @@
<group title="Tunnel Options: IPsec">
<p>
Setting any of these options enables IPsec support for a given
- tunnel. <code>gre</code>, <code>ip6gre</code>,
- <code>geneve</code>, <code>vxlan</code> and <code>stt</code>
+ tunnel. <code>gre</code>, <code>geneve</code>,
+ <code>vxlan</code> and <code>stt</code>
interfaces support these options. See the <code>IPsec</code>
section in the <ref table="Open_vSwitch"/> table for a description
of each mode.