summaryrefslogtreecommitdiff
path: root/templates/interfaces/pseudo-ethernet
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-19 12:22:23 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-19 12:22:23 -0700
commitbf7375668f33050a9b642e54a0266982ef579137 (patch)
tree22fc28c11f252c8c278c5f1e5675f07c2c974f85 /templates/interfaces/pseudo-ethernet
parentc7779f898380ed23f839ebad6ac79edba4d46b35 (diff)
downloadvyatta-cfg-quagga-bf7375668f33050a9b642e54a0266982ef579137.tar.gz
vyatta-cfg-quagga-bf7375668f33050a9b642e54a0266982ef579137.zip
Use val_help: features to format better
Previous change did not format val-help tag correctly
Diffstat (limited to 'templates/interfaces/pseudo-ethernet')
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/address/node.def7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/address/node.def b/templates/interfaces/pseudo-ethernet/node.tag/address/node.def
index 1c6ea9af..46ae1b69 100644
--- a/templates/interfaces/pseudo-ethernet/node.tag/address/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/address/node.def
@@ -6,7 +6,8 @@ syntax:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --valid-addr $VAR
create:sudo /opt/vyatta/sbin/vyatta-interfaces.pl --eth-addr-update $VAR(@) --dev $VAR(../@)
delete:sudo /opt/vyatta/sbin/vyatta-interfaces.pl --eth-addr-delete $VAR(@) --dev $VAR(../@)
allowed: echo "dhcp <>"
-val_help:<x.x.x.x/x>; IP address and prefix length
-val_help:<h:h:h:h:h:h:h:h/x>; IPv6 address and prefix length
-val_help:dhcp; Dynamic Host Configuration Protocol
+
+val_help: ipv4; IP address and prefix length
+val_help: ipv6; IPv6 address and prefix length
+val_help: dhcp; Dynamic Host Configuration Protocol