Skip to content

Updated UDP enums related to openconfig-aft-types. #1248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 6, 2025
8 changes: 8 additions & 0 deletions release/models/aft/openconfig-aft-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ module openconfig-aft-types {
description
"The encapsulation header is UDP packet header.";
}
enum UDPV4 {
description
"The encapsulation header is UDPV4 packet header.";
}
enum UDPV6 {
description
"The encapsulation header is UDPV6 packet header.";
}
}
description
"Types of tunnel encapsulation that are supported by systems as either
Expand Down
Loading