summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-tunnel.xml.in
diff options
context:
space:
mode:
authorjack9603301 <jack9603301@163.com>2021-02-05 12:15:30 +0800
committerjack9603301 <jack9603301@163.com>2021-02-05 13:45:55 +0800
commitd86567f57b710d78872745b07416dc6d4ae3d7ab (patch)
tree5728bcc08dcf99d2e8dfc5281c522203a642c4a2 /interface-definitions/interfaces-tunnel.xml.in
parent8413278c90132d2a1eb5e4322d14f207ab485fa4 (diff)
downloadvyos-1x-d86567f57b710d78872745b07416dc6d4ae3d7ab.tar.gz
vyos-1x-d86567f57b710d78872745b07416dc6d4ae3d7ab.zip
tunnel: erspan: T3030: Fixed tunnel option missing
In 8413278c, we left out a parameter in the tunnel that caused the tunnel smoke test to fail. Now, let's add it
Diffstat (limited to 'interface-definitions/interfaces-tunnel.xml.in')
-rw-r--r--interface-definitions/interfaces-tunnel.xml.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-tunnel.xml.in b/interface-definitions/interfaces-tunnel.xml.in
index 279c05cca..45573a826 100644
--- a/interface-definitions/interfaces-tunnel.xml.in
+++ b/interface-definitions/interfaces-tunnel.xml.in
@@ -140,7 +140,20 @@
<help>Tunnel parameters</help>
</properties>
<children>
- #include <include/tunnel-parameters-ip.xml.i>
+ <node name="ip">
+ <properties>
+ <help>IPv4 specific tunnel parameters</help>
+ </properties>
+ <children>
+ <leafNode name="no-pmtu-discovery">
+ <properties>
+ <help>Disable path MTU discovery</help>
+ <valueless/>
+ </properties>
+ </leafNode>
+ #include <include/tunnel-parameters-ip.xml.i>
+ </children>
+ </node>
<node name="ipv6">
<properties>
<help>IPv6 specific tunnel parameters</help>