diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-05 09:41:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 09:41:22 +0100 |
commit | 80eca8649dffee54af247f973afe8d8eff8f7e98 (patch) | |
tree | 5728bcc08dcf99d2e8dfc5281c522203a642c4a2 /interface-definitions/interfaces-tunnel.xml.in | |
parent | 8413278c90132d2a1eb5e4322d14f207ab485fa4 (diff) | |
parent | d86567f57b710d78872745b07416dc6d4ae3d7ab (diff) | |
download | vyos-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.in | 15 |
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> |