Skip to content

Commit

Permalink
More explicit text added to description of some leaves
Browse files Browse the repository at this point in the history
More explicit text added to description of masked-source-address and masked-destination-address
  • Loading branch information
Pull-eckermann authored Jan 15, 2025
1 parent e6a1683 commit 1e11040
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions release/models/acl/openconfig-packet-match.yang
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ module openconfig-packet-match {
type oc-inet:ipv4-address;
description
"Destination IPv4 address, to be used with destination-wildcard-mask.
This configuration is used in cases of matches that cannot be expressed
by a CIDR mask.";
This node must only be used if a masked address is required.
If this node is populated, ../destination-address must not be used.";
}

leaf destination-wildcard-mask {
Expand Down Expand Up @@ -423,8 +423,8 @@ module openconfig-packet-match {
type oc-inet:ipv6-address;
description
"Source IPv6 address, to be used with source-wildcard-mask.
This configuration is used in cases of matches that cannot
be expressed by a CIDR mask.";
This node must only be used if a masked address is required.
If this node is populated, ../source-address must not be used.";
}

leaf source-wildcard-mask {
Expand Down Expand Up @@ -460,8 +460,8 @@ module openconfig-packet-match {
type oc-inet:ipv6-address;
description
"Destination IPv6 address, to be used with destination-wildcard-mask.
This configuration is used in cases of matches that cannot be expressed
by a CIDR mask.";
This node must only be used if a masked address is required.
If this node is populated, ../destination-address must not be used.";
}

leaf destination-wildcard-mask {
Expand Down

0 comments on commit 1e11040

Please sign in to comment.