Skip to content

Commit

Permalink
Delete changes in openconfig-packet-match-types.yang
Browse files Browse the repository at this point in the history
Deleting the changes as the typedef is not needed anymore.
  • Loading branch information
Pull-eckermann committed Jul 8, 2024
1 parent cb38c02 commit a3504f9
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions release/models/acl/openconfig-packet-match-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -371,28 +371,4 @@ module openconfig-packet-match-types {
decimal notation, or using a type defined by the
ETHERTYPE identity";
}

typedef ipv4-prefix-mask-type {
type union {
type uint8 {
range 0..32;
}
type oc-inet:ipv4-address;
}
description
"The ipv4-prefix mask to be used in acl-entries. Can be in CIDR
formmat or wildcard bits.";
}

typedef ipv6-prefix-mask-type {
type union {
type uint8 {
range 0..128;
}
type oc-inet:ipv6-address;
}
description
"The ipv6-prefix mask to be used in acl-entries. Can be in CIDR
formmat or wildcard bits.";
}
}

0 comments on commit a3504f9

Please sign in to comment.