diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-01-18 16:23:51 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-01-18 16:23:51 -0800 |
commit | 99dfbdb326a2a81cba13cd6c0e7108c2f1c8b708 (patch) | |
tree | bc2e43043de4a6a8742332bbe4d538a4ab24c0bf | |
parent | 90fee79f793f26a39a05cd8feadb3d15ff3fd13e (diff) | |
parent | 917f5893a0d56a94a202b01eee4673f9e4b5a4b1 (diff) | |
download | vyatta-cfg-quagga-99dfbdb326a2a81cba13cd6c0e7108c2f1c8b708.tar.gz vyatta-cfg-quagga-99dfbdb326a2a81cba13cd6c0e7108c2f1c8b708.zip |
Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwood
-rw-r--r-- | templates/policy/route-map/node.tag/rule/node.tag/set/community/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/policy/route-map/node.tag/rule/node.tag/set/community/node.def b/templates/policy/route-map/node.tag/rule/node.tag/set/community/node.def index b8dcf529..c7643436 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/set/community/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/set/community/node.def @@ -7,10 +7,10 @@ comp_help: \1 <AA:NN>\t\tcommunity in 4 octet AS:value format no-advertise\tdon't advertise this route to any peer (NO_ADVERTISE) no-export\t\tdon't advertise outside of this AS of confederation boundry (NO_EXPORT) -allowed:echo "local-as no-advertise no-export internet additive" +allowed:echo "none local-AS no-advertise no-export internet additive" syntax:expression: pattern $VAR(@) "^[[:digit:]]+:[[:digit:]]+$" \ - || $VAR(@) in "local-as", "no-advertise","no-export","internet","additive" \ + || $VAR(@) in "none","local-AS","no-advertise","no-export","internet","additive" \ ; "$VAR(@): Unknown community string or attribute" commit:expression: $VAR(../../action/) != ""; \ |