Skip to content

Commit

Permalink
update references to rfc 7510
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Aug 8, 2024
1 parent fe7bcd4 commit 0081dd2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions release/models/aft/openconfig-aft-common.yang
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,9 @@ submodule openconfig-aft-common {

grouping aft-common-entry-nexthop-mplsudp-state {
description
"MPLS in UDP encapsulation applied on a IPv4 or IPv6 next-hop.";
"MPLS in UDP encapsulation applied on a IPv4 or IPv6 next-hop. This
encapsulation is assumed to be using RFC 7510 - Encapsulating MPLS
in UDP.";

leaf src-ip {
type oc-inet:ip-address;
Expand Down Expand Up @@ -492,9 +494,10 @@ submodule openconfig-aft-common {
"Source UDP port number to use for the UDP header of the encapsulated
packet.";
reference
"RFC 7510 - Encapsulating MPLS in UDP specifies that 6636 must be
used only if the traffic is MPLS-in-UDP with DTLS. Because of this
condition, no default is defined in OpenConfig.";
"RFC 7510 - Encapsulating MPLS in UDP specifies that 6635 must be
used for MPLS-in-UDP and 6636 must be used for MPLS-in-UDP with DTLS.
Because of this condition, no default is defined in OpenConfig. The
system is expected to utilize the appropriate port.";
}

leaf ip-ttl {
Expand Down

0 comments on commit 0081dd2

Please sign in to comment.