diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-10-15 13:18:08 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-10-15 13:18:08 -0700 |
commit | 46c906a48aad57d0384c60d4021b5fd92c328f26 (patch) | |
tree | 6385a58d1a5e9e8dc82be7ece942a6885773983a /templates/interfaces/bonding | |
parent | 9970709cad96b7395ada2d5aab5c5cdaf4a0dc45 (diff) | |
download | vyatta-cfg-system-46c906a48aad57d0384c60d4021b5fd92c328f26.tar.gz vyatta-cfg-system-46c906a48aad57d0384c60d4021b5fd92c328f26.zip |
partial fix for bug 4903.
Diffstat (limited to 'templates/interfaces/bonding')
-rw-r--r-- | templates/interfaces/bonding/node.def | 1 | ||||
-rw-r--r-- | templates/interfaces/bonding/node.tag/bridge-group/node.def | 1 | ||||
-rw-r--r-- | templates/interfaces/bonding/node.tag/vif/node.def | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/templates/interfaces/bonding/node.def b/templates/interfaces/bonding/node.def index cc86c89a..f4ed5eb8 100644 --- a/templates/interfaces/bonding/node.def +++ b/templates/interfaces/bonding/node.def @@ -1,3 +1,4 @@ +priority: 315 tag: type: txt help: Set bonding interface diff --git a/templates/interfaces/bonding/node.tag/bridge-group/node.def b/templates/interfaces/bonding/node.tag/bridge-group/node.def index fc3af5f5..dc82ec7a 100644 --- a/templates/interfaces/bonding/node.tag/bridge-group/node.def +++ b/templates/interfaces/bonding/node.tag/bridge-group/node.def @@ -1,3 +1,4 @@ +priority: 320 help: Add this interface to a bridge group create: sudo brctl addif $VAR(./bridge/@) $VAR(../@); diff --git a/templates/interfaces/bonding/node.tag/vif/node.def b/templates/interfaces/bonding/node.tag/vif/node.def index 0e292217..e0282431 100644 --- a/templates/interfaces/bonding/node.tag/vif/node.def +++ b/templates/interfaces/bonding/node.tag/vif/node.def @@ -1,3 +1,4 @@ +priority: 320 tag: type: u32 help: Set Virtual Local Area Network (VLAN) ID |