From 5a029892e97a7a5ef4450237412eaa6ce29aeb39 Mon Sep 17 00:00:00 2001 From: sever-sever Date: Tue, 1 Jun 2021 11:30:11 +0000 Subject: tunnels: T3592: Set default TTL to 64 Set default TTL value for tunnels from 0 to 64 There are a lot of situation when default value 0 (inherit) not work properly when you have routing configuration for OSPF or BGP over the tunnels. To fix it you need explicit set TTL value other then 0. Or hardcode another value as default. (cherry picked from commit b4db37507635bf95161bea32b18736fc0732a9e6) --- interface-definitions/interfaces-tunnel.xml.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'interface-definitions/interfaces-tunnel.xml.in') diff --git a/interface-definitions/interfaces-tunnel.xml.in b/interface-definitions/interfaces-tunnel.xml.in index f7af93f42..2b425f865 100644 --- a/interface-definitions/interfaces-tunnel.xml.in +++ b/interface-definitions/interfaces-tunnel.xml.in @@ -183,6 +183,9 @@ #include #include #include + + 64 + -- cgit v1.2.3