summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-03-27 12:00:52 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2026-03-27 12:00:52 +0000
commitd10eb552472f6654618dc116a8305996d1efd5e7 (patch)
tree5b3f7b57c2ccebf4e9a334895bdf5964507df9d1 /interface-definitions
parentad6f703b16464a6cb73f9052077a6100aff4db73 (diff)
downloadvyos-1x-d10eb552472f6654618dc116a8305996d1efd5e7.tar.gz
vyos-1x-d10eb552472f6654618dc116a8305996d1efd5e7.zip
T8222: Set the default VXLAN interface TTL to 64
Default TTL of 16 is insufficient in many deployments, especially in multi-hop or routed underlay networks. Increase it to 64 to provide better compatibility and avoid packet drop in real-world topologies.
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/interfaces_vxlan.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces_vxlan.xml.in b/interface-definitions/interfaces_vxlan.xml.in
index 0698d20b9..321c2d8f3 100644
--- a/interface-definitions/interfaces_vxlan.xml.in
+++ b/interface-definitions/interfaces_vxlan.xml.in
@@ -63,7 +63,7 @@
#include <include/interface/parameters-tos.xml.i>
#include <include/interface/parameters-ttl.xml.i>
<leafNode name="ttl">
- <defaultValue>16</defaultValue>
+ <defaultValue>64</defaultValue>
</leafNode>
</children>
</node>