From d9a85f021b4b3593e67ceb75670e3e334ad18520 Mon Sep 17 00:00:00 2001 From: dplore Date: Wed, 6 Sep 2023 19:34:32 -0700 Subject: [PATCH] use underscore --- release/models/policy/openconfig-routing-policy.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/models/policy/openconfig-routing-policy.yang b/release/models/policy/openconfig-routing-policy.yang index 167639893..a882db712 100644 --- a/release/models/policy/openconfig-routing-policy.yang +++ b/release/models/policy/openconfig-routing-policy.yang @@ -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.";