Skip to content

Commit

Permalink
add underscore where missing
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Sep 7, 2023
1 parent d9a85f0 commit c28258c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/models/policy/openconfig-routing-policy.yang
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ module openconfig-routing-policy {
statement has either accept-route or reject-route actions, policy
evaluation of the current policy definition stops, and no further
policy definitions in the chain are evaluated. If the action
statement has the NEXT-STATEMENT action, policy evaluation proceeds
statement has the NEXT_STATEMENT action, policy evaluation proceeds
to the next statement. If the action statement has the NEXT-POLICY
action, evaluation of statements within the current policy stops.
Any modifications to a route are preserved and evaluation proceeds
to the next policy, if any. The NEXT-STATEMENT is the default
to the next policy, if any. The NEXT_STATEMENT is the default
policy result action.
If the condition is not satisfied, then evaluation proceeds to
Expand Down Expand Up @@ -191,7 +191,7 @@ module openconfig-routing-policy {
evaluation proceeds to the next policy.";
}
}
default NEXT-STATEMENT;
default NEXT_STATEMENT;
description
"Type used to specify route disposition in
a policy chain.";
Expand Down

0 comments on commit c28258c

Please sign in to comment.