From b4db37507635bf95161bea32b18736fc0732a9e6 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. --- 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 4c3fc2e70..56f8ea79c 100644 --- a/interface-definitions/interfaces-tunnel.xml.in +++ b/interface-definitions/interfaces-tunnel.xml.in @@ -240,6 +240,9 @@ #include #include #include + + 64 + -- cgit v1.2.3