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:31:24 +0100 |
commit | b8f6377815ca78596acb332b04bf7460fa826a87 (patch) | |
tree | bf63d1c533b04f60a295d841cc2fe6cf4d6af0ee | |
parent | 98eac27a1696c8b8071756421982c22effb40a9d (diff) | |
download | vyatta-cfg-quagga-b8f6377815ca78596acb332b04bf7460fa826a87.tar.gz vyatta-cfg-quagga-b8f6377815ca78596acb332b04bf7460fa826a87.zip |
T1072: allow named community-list in route-map rules.
-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" |