Skip to content

Commit

Permalink
changed ttl and tos type to uint8
Browse files Browse the repository at this point in the history
  • Loading branch information
romeyod committed Sep 26, 2023
1 parent 478746d commit 1113d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/models/aft/openconfig-aft-common.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1113d66

Please sign in to comment.