Skip to content

Commit

Permalink
use underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Sep 7, 2023
1 parent 728e01e commit d9a85f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/models/policy/openconfig-routing-policy.yang
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ module openconfig-routing-policy {
description "Policy rejects the route and evaluation of the
current policy definition stops.";
}
enum NEXT-STATEMENT {
enum NEXT_STATEMENT {
description "Evaluation of the policy will continue to the
next statement.";
}
enum NEXT-POLICY {
enum NEXT_POLICY {
description "Evaluation of statements in current policy will
stop. Any modifications to the route are preserved and
evaluation proceeds to the next policy.";
Expand Down

0 comments on commit d9a85f0

Please sign in to comment.