summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-07-25 11:51:00 +0200
committerChristian Poessinger <christian@poessinger.com>2021-07-25 21:10:25 +0200
commitc114e1904571ff3c323a9068d8b3784d9a238d0a (patch)
tree5a8c130c99dfb7381b89c1311bb99350cc30ca24 /interface-definitions
parent7a85dbfb8b97dade658e8213099fc4995ae62ea1 (diff)
downloadvyos-1x-c114e1904571ff3c323a9068d8b3784d9a238d0a.tar.gz
vyos-1x-c114e1904571ff3c323a9068d8b3784d9a238d0a.zip
tunnel: T3173: add new options "no-pmtu-discovery" and "ignore-df"
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/interfaces-tunnel.xml.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-tunnel.xml.in b/interface-definitions/interfaces-tunnel.xml.in
index 3a9454e91..bc1f3092d 100644
--- a/interface-definitions/interfaces-tunnel.xml.in
+++ b/interface-definitions/interfaces-tunnel.xml.in
@@ -139,6 +139,18 @@
<help>IPv4 specific tunnel parameters</help>
</properties>
<children>
+ <leafNode name="no-pmtu-discovery">
+ <properties>
+ <help>Disable Path MTU Discovery on this tunnel</help>
+ <valueless/>
+ </properties>
+ </leafNode>
+ <leafNode name="ignore-df">
+ <properties>
+ <help>Enable IPv4 DF suppression on this tunnel</help>
+ <valueless/>
+ </properties>
+ </leafNode>
#include <include/interface/interface-parameters-key.xml.i>
#include <include/interface/interface-parameters-tos.xml.i>
#include <include/interface/interface-parameters-ttl.xml.i>