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 | |
parent | 9970709cad96b7395ada2d5aab5c5cdaf4a0dc45 (diff) | |
download | vyatta-cfg-quagga-46c906a48aad57d0384c60d4021b5fd92c328f26.tar.gz vyatta-cfg-quagga-46c906a48aad57d0384c60d4021b5fd92c328f26.zip |
partial fix for bug 4903.
Diffstat (limited to 'templates/interfaces')
9 files changed, 9 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 diff --git a/templates/interfaces/bridge/node.def b/templates/interfaces/bridge/node.def index e70c9041..1ac499db 100644 --- a/templates/interfaces/bridge/node.def +++ b/templates/interfaces/bridge/node.def @@ -1,3 +1,4 @@ +priority: 310 tag: type: txt help: Set bridge interface diff --git a/templates/interfaces/bridge/node.tag/address/node.def b/templates/interfaces/bridge/node.tag/address/node.def index aef29948..5f57d5fc 100644 --- a/templates/interfaces/bridge/node.tag/address/node.def +++ b/templates/interfaces/bridge/node.tag/address/node.def @@ -1,3 +1,4 @@ +priority: 320 multi: type: txt help: Set an IP address for this interface diff --git a/templates/interfaces/ethernet/node.tag/bond-group/node.def b/templates/interfaces/ethernet/node.tag/bond-group/node.def index b29901a8..7b6df036 100644 --- a/templates/interfaces/ethernet/node.tag/bond-group/node.def +++ b/templates/interfaces/ethernet/node.tag/bond-group/node.def @@ -1,3 +1,4 @@ +priority: 319 type: txt help: Add this interface to a bonding group commit:expression: exec \ diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/bridge-group/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/bridge-group/node.def index b36ad085..0bade03a 100644 --- a/templates/interfaces/ethernet/node.tag/vif/node.tag/bridge-group/node.def +++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/bridge-group/node.def @@ -1,3 +1,4 @@ +priority: 320 help: Add this interface to a bridge group end: diff --git a/templates/interfaces/pseudo-ethernet/node.def b/templates/interfaces/pseudo-ethernet/node.def index 60343e7d..780014ae 100644 --- a/templates/interfaces/pseudo-ethernet/node.def +++ b/templates/interfaces/pseudo-ethernet/node.def @@ -1,3 +1,4 @@ +priority: 390 tag: type: txt help: Set Virtual Ethernet device diff --git a/templates/interfaces/tunnel/node.def b/templates/interfaces/tunnel/node.def index 77aaa5fa..a9e291d7 100644 --- a/templates/interfaces/tunnel/node.def +++ b/templates/interfaces/tunnel/node.def @@ -1,3 +1,4 @@ +priority: 380 tag: type: txt help: Set tunnel interface |