summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-tunnel.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-05 09:41:22 +0100
committerGitHub <noreply@github.com>2021-02-05 09:41:22 +0100
commit80eca8649dffee54af247f973afe8d8eff8f7e98 (patch)
tree5728bcc08dcf99d2e8dfc5281c522203a642c4a2 /interface-definitions/interfaces-tunnel.xml.in
parent8413278c90132d2a1eb5e4322d14f207ab485fa4 (diff)
parentd86567f57b710d78872745b07416dc6d4ae3d7ab (diff)
downloadvyos-1x-80eca8649dffee54af247f973afe8d8eff8f7e98.tar.gz
vyos-1x-80eca8649dffee54af247f973afe8d8eff8f7e98.zip
Merge pull request #720 from jack9603301/T3030
tunnel: erspan: T3030: Fixed tunnel option missing
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>