diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-27 15:20:38 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-27 15:21:27 -0700 |
commit | 845d1bd87be28deb65db22e47e29ba7a89c37b4b (patch) | |
tree | 362396058f9b1e3970e5c15f88b8888cd487aef0 /templates/interfaces/bonding/node.def | |
parent | 59cae244d055a7b5ba9de460d3ebbb5700d6ab17 (diff) | |
download | vyatta-cfg-quagga-845d1bd87be28deb65db22e47e29ba7a89c37b4b.tar.gz vyatta-cfg-quagga-845d1bd87be28deb65db22e47e29ba7a89c37b4b.zip |
Make interface help completion strings consistent
Use same format/syntax over all interface types.
Bug 5257
Diffstat (limited to 'templates/interfaces/bonding/node.def')
-rw-r--r-- | templates/interfaces/bonding/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/interfaces/bonding/node.def b/templates/interfaces/bonding/node.def index bb1b9ae3..9e27ebad 100644 --- a/templates/interfaces/bonding/node.def +++ b/templates/interfaces/bonding/node.def @@ -1,7 +1,8 @@ tag: priority: 315 type: txt -help: Set bonding interface +help: Set bonding interface name +comp_help: Enter bonding interface name (bond0 - bond99) syntax:expression: pattern $VAR(@) "^bond[0-9]+$" \ ; "bonding must be (bond0-bond99)" begin: if [ ! -f /sys/class/net/bonding_masters ]; then @@ -18,4 +19,3 @@ delete: SLAVES=`cat /sys/class/net/$VAR(@)/bonding/slaves`; echo "bonded interface $VAR(@) still has slaves: $SLAVES" exit 1; fi -comp_help: Enter bond interface name (bond0 - bond99) |