Skip to content

Commit

Permalink
Correct typo in protocol-name description
Browse files Browse the repository at this point in the history
Description stated that this leaf should match identifier of a protocol, but it should actually match name of a protocol.

Fixes: #1184
  • Loading branch information
qm2k committed Sep 19, 2024
1 parent 9b0a82e commit 839183c
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ 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.2";
oc-ext:openconfig-version "0.1.3";

revision "2024-09-19" {
description
"Correct typo in description of
match-protocol-instance/protocol-name.";
reference "0.1.3";
}

revision "2023-07-25" {
description
Expand Down Expand Up @@ -74,7 +81,7 @@ revision "2018-11-21" {
on in the local network instance. The string
must match one of /network-instances/
network-instance/protocols/
protocol/identifier in the local network
protocol/name in the local network
instance.";
}
}
Expand Down

0 comments on commit 839183c

Please sign in to comment.