summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-04-01 18:28:24 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2021-04-06 18:00:21 +0200
commit3ebeec9446e4bcc29f477c778ff2b4fa276df7d3 (patch)
treee08b6047835b93fe96f8941872c7f4441e8887b8 /yang
parentMerge pull request #8345 from dslicenc/frr-reload-vrf-static (diff)
downloadfrr-3ebeec9446e4bcc29f477c778ff2b4fa276df7d3.tar.xz
frr-3ebeec9446e4bcc29f477c778ff2b4fa276df7d3.zip
lib: convert route-map optimization to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-route-map.yang5
1 files changed, 5 insertions, 0 deletions
diff --git a/yang/frr-route-map.yang b/yang/frr-route-map.yang
index 6ed3dadaa..c4eb78608 100644
--- a/yang/frr-route-map.yang
+++ b/yang/frr-route-map.yang
@@ -364,6 +364,11 @@ module frr-route-map {
description
"Route map instance name";
}
+ leaf optimization-disabled {
+ type boolean;
+ default false;
+ description "Disables or enables the optimization";
+ }
list entry {
key "sequence";