summaryrefslogtreecommitdiff
path: root/templates/policy/community-list/node.def
diff options
context:
space:
mode:
authorRobert Bays <rbays@moresby.vyatta.com>2008-03-17 23:04:11 -0700
committerRobert Bays <rbays@moresby.vyatta.com>2008-03-17 23:04:11 -0700
commit775e849022773e681f6e975e04949d3930cde94d (patch)
tree259c82007910dfe5da899a3d8dc9094a1122dbdf /templates/policy/community-list/node.def
parent298958d7617b8fea64e1fe658458e631c4f49f48 (diff)
downloadvyatta-cfg-quagga-775e849022773e681f6e975e04949d3930cde94d.tar.gz
vyatta-cfg-quagga-775e849022773e681f6e975e04949d3930cde94d.zip
iupdate help strings for policy nodes
Diffstat (limited to 'templates/policy/community-list/node.def')
-rw-r--r--templates/policy/community-list/node.def14
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/policy/community-list/node.def b/templates/policy/community-list/node.def
index c16aac71..69a5cbfc 100644
--- a/templates/policy/community-list/node.def
+++ b/templates/policy/community-list/node.def
@@ -1,8 +1,10 @@
tag:
type: u32
-help: Add a community list entry
-syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 500; " \
-community-list must be \
- <1-99> Community list number (standard) \
- <100-500> Community list number (expanded) "
-end:expression: "/opt/vyatta/sbin/vyatta-policy.pl --update-community-list $VAR(@)"
+help: BGP community-list filter
+syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 500; "
+community-list must be
+ <1-99>\tBGP community list (standard)
+ <100-500>\tBGP community list (expanded) "
+comp_help: \1 <1-99>\tBGP community list (standard)
+ <100-500>\tBGP community list (expanded)
+end: /opt/vyatta/sbin/vyatta-policy.pl --update-community-list $VAR(@)