From 74f093c1511e614fd12247945e9a3fdf25c30af6 Mon Sep 17 00:00:00 2001 From: romeyo Date: Mon, 21 Aug 2023 07:25:10 -0700 Subject: [PATCH] changed ttl and tos type to uint8 --- release/models/aft/openconfig-aft-common.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/models/aft/openconfig-aft-common.yang b/release/models/aft/openconfig-aft-common.yang index cd3292b6a..4cd7bb63f 100644 --- a/release/models/aft/openconfig-aft-common.yang +++ b/release/models/aft/openconfig-aft-common.yang @@ -419,7 +419,7 @@ submodule openconfig-aft-common { "Outer header fields of encapsulation applied on a next-hop"; leaf ttl { - type uint32; + type uint8; description "This leaf reflects the configured TTL value that is used in the outer header during packet encapsulation. When this leaf is not set, the TTL @@ -428,7 +428,7 @@ submodule openconfig-aft-common { } leaf tos { - type uint16; + type uint8; description "This leaf reflects the configured TOS value that is used in the outer header during packet encapsulation. When this leaf is not set, the TOS