Skip to content

Commit

Permalink
Add encapsulation header types referenced from AFT module.
Browse files Browse the repository at this point in the history
  • Loading branch information
danameme committed Oct 21, 2024
1 parent b0ef779 commit 6145973
Showing 1 changed file with 8 additions and 0 deletions.
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 UDP packet header followed by IPv4 packet header.";
}
enum UDPV6 {
description
"The encapsulation header is UDP packet header followed by IPv6 packet header.";
}
}
description
"Types of tunnel encapsulation that are supported by systems as either
Expand Down

0 comments on commit 6145973

Please sign in to comment.