From 9b0a19303e449139ad168a981714f839281dbe66 Mon Sep 17 00:00:00 2001 From: jack9603301 Date: Fri, 5 Feb 2021 18:58:26 +0800 Subject: tunnel: T3030: Use the default TTL value of 0 to correspond to the PMTU option Before 94f886ab ("tunnel: T3173: path MTU discov..."), TTL used the default value of 255, so c7d08654 ("tunnel: T3030: Modify the comm...") used the default value of 255. Later, due to the introduction of the PMTU option, the default value was changed to 0. Continuing to use the default value of 255 will cause the smoke test to fail, Therefore, the new definition of TTL is migrated --- interface-definitions/include/tunnel-parameters-ip.xml.i | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'interface-definitions/include') diff --git a/interface-definitions/include/tunnel-parameters-ip.xml.i b/interface-definitions/include/tunnel-parameters-ip.xml.i index cbecb94a4..0a667d199 100644 --- a/interface-definitions/include/tunnel-parameters-ip.xml.i +++ b/interface-definitions/include/tunnel-parameters-ip.xml.i @@ -1,17 +1,21 @@ - Time to live field + Time to live (default: 0) - 0-255 - Time to live (default 255) + 0 + Copy value from original IP header + + + 1-255 + Time to Live TTL must be between 0 and 255 - 255 + 0 -- cgit v1.2.3