summaryrefslogtreecommitdiff
path: root/templates/policy/community-list/node.def
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-01-31 07:58:38 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-01-31 07:58:38 -0800
commitcd50a751d1480424cdf103fd748b514330029c24 (patch)
treef70096ded03ce07e56f42c0660c2cf97d63ba83b /templates/policy/community-list/node.def
parentc51dae6826ea505169fca5b0cb0a580bf99c18cf (diff)
downloadvyatta-cfg-quagga-cd50a751d1480424cdf103fd748b514330029c24.tar.gz
vyatta-cfg-quagga-cd50a751d1480424cdf103fd748b514330029c24.zip
convert templates to new syntax
Diffstat (limited to 'templates/policy/community-list/node.def')
-rw-r--r--templates/policy/community-list/node.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/policy/community-list/node.def b/templates/policy/community-list/node.def
index 69e094d0..c16aac71 100644
--- a/templates/policy/community-list/node.def
+++ b/templates/policy/community-list/node.def
@@ -1,8 +1,8 @@
tag:
type: u32
-help: "Add a community list entry"
-syntax: $(@) >= 1 && $(@) <= 500; " \
+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: "/opt/vyatta/sbin/vyatta-policy.pl --update-community-list $(@)"
+end:expression: "/opt/vyatta/sbin/vyatta-policy.pl --update-community-list $VAR(@)"