Skip to content

Commit

Permalink
Update openconfig-network-instance-policy.yang (#925)
Browse files Browse the repository at this point in the history
* Clarify  `/routing-policy/policy-definitions/policy-definition/statements/statement/conditions/match-protocol-instance/config/protocol-name`
  • Loading branch information
rszarecki authored Aug 3, 2023
1 parent ce227e7 commit 7473892
Showing 1 changed file with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,16 @@ module openconfig-network-instance-policy {
actions) for the network instance model. These statements are
generally added to the routing policy model.";

oc-ext:openconfig-version "0.1.1";
oc-ext:openconfig-version "0.1.2";

revision "2018-11-21" {
revision "2023-07-25" {
description
"Expand description of
match-protocol-instance/protocol-name.";
reference "0.1.2";
}

revision "2018-11-21" {
description
"Add OpenConfig module metadata extensions.";
reference "0.1.1";
Expand Down Expand Up @@ -64,7 +71,11 @@ module openconfig-network-instance-policy {
type string;
description
"The name of the protocol instance to match
on in the local network instance";
on in the local network instance. The string
must match one of /network-instances/
network-instance/protocols/
protocol/identifier in the local network
instance.";
}
}

Expand Down

0 comments on commit 7473892

Please sign in to comment.