Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions release/models/aft/openconfig-aft-common.yang
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,10 @@ submodule openconfig-aft-common {
leaf dscp {
type oc-inet:dscp;
description
"DSCP value to use for the UDP header of the encapsulated
packet.";
"This leaf reflects the configured/default DSCP value that is used
Comment thread
tasaleh marked this conversation as resolved.
in the outer header during packet encapsulation. When this leaf is
not set, the DSCP value of the inner packet is copied over as the
Comment thread
tasaleh marked this conversation as resolved.
outer packet's DSCP value during encapsulation.";
}

leaf src-udp-port {
Expand Down Expand Up @@ -875,10 +877,10 @@ submodule openconfig-aft-common {
leaf ip-ttl {
type uint8;
description
"This leaf reflects the configured/default IP TTL value that is used
"This leaf reflects the configured/default IP TTL / Hop Limit 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 IP TTL value during encapsulation.";
not set, the IP TTL / Hop Limit value of the inner packet is copied over as the
Comment thread
navaneethyv marked this conversation as resolved.
Comment thread
tasaleh marked this conversation as resolved.
outer packet's IP TTL / Hop Limit value during encapsulation.";
}
}

Expand Down
Loading