From ed617414897a86e529db5d00792e4a87055a2daa Mon Sep 17 00:00:00 2001 From: bbs2web Date: Thu, 16 Jan 2020 15:14:06 +0200 Subject: [PATCH] Add matching by local-preference --- scripts/frr/configs/commands/policy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/frr/configs/commands/policy.json b/scripts/frr/configs/commands/policy.json index 1844825..1903609 100644 --- a/scripts/frr/configs/commands/policy.json +++ b/scripts/frr/configs/commands/policy.json @@ -13,6 +13,7 @@ "/policy/route/route-map/@element/rule/@element/match/ipv6/address/access-list":"match ipv6 address {@text}", "/policy/route/route-map/@element/rule/@element/match/ipv6/address/prefix-list":"match ipv6 address prefix-list {@text}", "/policy/route/route-map/@element/rule/@element/match/ipv6/source-protocol":"match source-protocol $if|ospf6,{@text}|{@text}==ospfv3$", + "/policy/route/route-map/@element/rule/@element/match/local-preference":"match local-preference {@text}", "/policy/route/route-map/@element/rule/@element/match/metric":"match metric {@text}", "/policy/route/route-map/@element/rule/@element/match/origin":"match origin {@text}", "/policy/route/route-map/@element/rule/@element/match/tag":"match tag {@text}",