diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2009-04-01 15:49:33 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2009-04-01 15:49:33 -0700 |
commit | 1eda66500afdd019cf675bfa6acf99fc977e87d0 (patch) | |
tree | 641fa15916b084976ae54df5cd3663cd492d9814 /templates/interfaces/ethernet | |
parent | f36b1e7ef0d82286608d62595edeebf374e97f7b (diff) | |
download | vyatta-cfg-quagga-1eda66500afdd019cf675bfa6acf99fc977e87d0.tar.gz vyatta-cfg-quagga-1eda66500afdd019cf675bfa6acf99fc977e87d0.zip |
Change "syntax" check to "commit" check for virtual interfaces.
Change to use script for allowed values.
Diffstat (limited to 'templates/interfaces/ethernet')
-rw-r--r-- | templates/interfaces/ethernet/node.tag/bond-group/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/ethernet/node.tag/bond-group/node.def b/templates/interfaces/ethernet/node.tag/bond-group/node.def index ea1b63eb..2109b5ac 100644 --- a/templates/interfaces/ethernet/node.tag/bond-group/node.def +++ b/templates/interfaces/ethernet/node.tag/bond-group/node.def @@ -1,6 +1,6 @@ type: txt help: Add this interface to a bonding group -syntax:expression: exec \ +commit:expression: exec \ "/opt/vyatta/sbin/vyatta-interfaces.pl --dev=$VAR(@) --check=bonding" allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=bonding create: sudo ifenslave $VAR(@) $VAR(../@) |