summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-tunnel.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-24 21:32:44 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-24 21:43:27 +0200
commit763b3ff6f5d8345815074217436c119400510482 (patch)
tree1029bd0c1ad68299c8fcc30f87357e1fb3074f17 /interface-definitions/interfaces-tunnel.xml.in
parent0d16353e97521bfce49d131e0a18c49b307d95e0 (diff)
downloadvyos-1x-763b3ff6f5d8345815074217436c119400510482.tar.gz
vyos-1x-763b3ff6f5d8345815074217436c119400510482.zip
tunnel: T3555: add "ignore-df" support for GRE tunnels
Diffstat (limited to 'interface-definitions/interfaces-tunnel.xml.in')
-rw-r--r--interface-definitions/interfaces-tunnel.xml.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-tunnel.xml.in b/interface-definitions/interfaces-tunnel.xml.in
index 536edcb99..4c3fc2e70 100644
--- a/interface-definitions/interfaces-tunnel.xml.in
+++ b/interface-definitions/interfaces-tunnel.xml.in
@@ -227,7 +227,13 @@
<children>
<leafNode name="no-pmtu-discovery">
<properties>
- <help>Disable path MTU discovery</help>
+ <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>