Skip to content

Commit

Permalink
Updated UDP enum in openconfig-aft-types.yang;
Browse files Browse the repository at this point in the history
  • Loading branch information
tengyiG committed Jan 23, 2025
1 parent 850e572 commit 37e5b56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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,14 @@ module openconfig-aft-types {
description
"The encapsulation header is a VXLAN packet header";
}
enum UDP {
enum UDPV4 {
description
"The encapsulation header is UDP packet header.";
"The encapsulation header is UDPV4 packet header.";
}
enum UDPV6 {
description
"The encapsulation header is UDPV6 packet header.";
}
}
description
Expand Down

0 comments on commit 37e5b56

Please sign in to comment.