diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-12-16 16:30:49 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-12-16 16:30:49 +0100 |
commit | e663ba7c320132ee21ad6ef3d6141700428f057c (patch) | |
tree | 394d48b8985c74bb3741f46bd7f13f436d189d71 /templates | |
parent | 0e982a55a93e383326f6d92699778d55712343ef (diff) | |
download | vyatta-cfg-quagga-e663ba7c320132ee21ad6ef3d6141700428f057c.tar.gz vyatta-cfg-quagga-e663ba7c320132ee21ad6ef3d6141700428f057c.zip |
T1072: allow named community-list in route-map rules.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/policy/route-map/node.tag/rule/node.tag/match/community/community-list/node.def | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/policy/route-map/node.tag/rule/node.tag/match/community/community-list/node.def b/templates/policy/route-map/node.tag/rule/node.tag/match/community/community-list/node.def index 17037274..af997b3b 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/match/community/community-list/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/match/community/community-list/node.def @@ -1,6 +1,4 @@ -type: u32 +type: txt help: BGP community-list to match -val_help: u32:1-99; BGP community list (standard) -val_help: u32:100-500; BGP community list (expanded) commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy community-list $VAR(@)\" "; "community-list $VAR(@) doesn't exist" |