summaryrefslogtreecommitdiff
path: root/templates/interfaces/bonding/node.def
blob: a0a56a8d377339d39a26e1f545b7c660bd80f3db (plain)
1
2
3
4
5
6
7
8
9
tag:
type: txt
help: Set bonding interface
syntax:expression: pattern $VAR(@) "^bond[0-9]+$" \
         ; "bonding must be (bond0-bond99)"
create: ${vyatta_sbindir}/vyatta-bonding.pl --create $VAR(@)
delete: ${vyatta_sbindir}/vyatta-bonding.pl --delete $VAR(@)
end: ${vyatta_sbindir}/vyatta-bonding.pl --mode-change $VAR(@)
comp_help: Enter bond interface name (bond0 - bond99)