Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add NEXT-STATEMENT to policy-result-type #949

Merged
merged 16 commits into from
Oct 17, 2023
Prev Previous commit
Next Next commit
Update release/models/policy/openconfig-routing-policy.yang
Co-authored-by: Óscar González de Dios <[email protected]>
  • Loading branch information
dplore and oscargdd authored Oct 11, 2023
commit 34f8a95ed4d89eedcb31caf22c6bf1019c082a70
2 changes: 1 addition & 1 deletion release/models/policy/openconfig-routing-policy.yang
Original file line number Diff line number Diff line change
@@ -182,7 +182,7 @@ module openconfig-routing-policy {
current policy definition stops.";
}
enum NEXT_STATEMENT {
description "Evaluation of the policy will continue to the
description "Any modifications of the route are preserved and the evaluation of the policy will continue to the
next statement.";
}
enum NEXT_POLICY {
Loading