On 1/15/21 3:29 PM, Mark Gray wrote:
> 'ovs-monitor-ipsec' does not support 'ip6gre' tunnels.
> 
> Fixes: 22c5eafb6efa ("ipsec: reintroduce IPsec support for tunneling")
> Signed-off-by: Mark Gray <[email protected]>
> ---
>  vswitchd/vswitch.xml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> index fee54b0fa058..28f89e4052b3 100644
> --- a/vswitchd/vswitch.xml
> +++ b/vswitchd/vswitch.xml
> @@ -3049,8 +3049,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.
> 

Thanks!

Applied to master and backported down to 2.12.

It doesn't apply cleanly to older branches, but it doesn't make
much sense to have it there, I think.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to