Skip to content

Commit

Permalink
updated documentation for default value
Browse files Browse the repository at this point in the history
  • Loading branch information
romeyod committed Aug 23, 2023
1 parent 74f093c commit 9295d8d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions release/models/aft/openconfig-aft-common.yang
Original file line number Diff line number Diff line change
Expand Up @@ -421,19 +421,19 @@ submodule openconfig-aft-common {
leaf ttl {
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
value of the inner packet is copied over as the outer packet's TTL
value during encapsulation.";
"This leaf reflects the configured/default TTL value that is used in the
outer header during packet encapsulation. When this leaf is not set,
the TTL value of the inner packet is copied over as the outer packet's
TTL value during encapsulation.";
}

leaf tos {
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
value of the inner packet is copied over as the outer packet's TOS
value during encapsulation.";
"This leaf reflects the configured/default TOS value that is used in the
outer header during packet encapsulation. When this leaf is not set,
the TOS value of the inner packet is copied over as the outer packet's
TOS value during encapsulation.";
}
}

Expand Down

0 comments on commit 9295d8d

Please sign in to comment.