summaryrefslogtreecommitdiff
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:37 +0100
commit82600c3dc6e792d436cf91ab73084c11f6d2fb22 (patch)
treee42c0c2e7182f765dc45a6892c3816d78cc3f0f7
parentb3a59a24a1db48dd6fe951443028577fa66890ae (diff)
downloadopenvswitch-82600c3dc6e792d436cf91ab73084c11f6d2fb22.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>
-rw-r--r--vswitchd/vswitch.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 69dbe460f..20d9f7b8b 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -2951,8 +2951,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.