Skip to content

Commit

Permalink
refine description of mplsinudp source port
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Aug 23, 2024
1 parent 0081dd2 commit bf8e797
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release/models/aft/openconfig-aft-common.yang
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,10 @@ submodule openconfig-aft-common {
type oc-inet:port-number;
description
"Source UDP port number to use for the UDP header of the encapsulated
packet.";
packet. The source UDP port should be derived from the payload
packet entropy. The extact methodology is implementation dependent,
but for example, the port could be derived from an entropy hash of
the payload or the source port (if present) of the payload.";
}

leaf dst-udp-port {
Expand Down

0 comments on commit bf8e797

Please sign in to comment.