Skip to content

Commit

Permalink
Updated UDP enums related to openconfig-aft-types.
Browse files Browse the repository at this point in the history
  • Loading branch information
tengyiG committed Jan 23, 2025
1 parent c660cb9 commit c749b44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release/models/aft/openconfig-aft-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,12 @@ module openconfig-aft-types {
description
"The encapsulation header is a VXLAN packet header";
}
enum UDPV4 {
enum UDP {
description
"The encapsulation header is UDP packet header.";
}
enum UDPV4 {
description
"The encapsulation header is UDPV4 packet header.";
}
enum UDPV6 {
Expand Down

0 comments on commit c749b44

Please sign in to comment.