From 46c906a48aad57d0384c60d4021b5fd92c328f26 Mon Sep 17 00:00:00 2001 From: slioch Date: Thu, 15 Oct 2009 13:18:08 -0700 Subject: partial fix for bug 4903. --- templates/interfaces/bonding/node.def | 1 + templates/interfaces/bonding/node.tag/bridge-group/node.def | 1 + templates/interfaces/bonding/node.tag/vif/node.def | 1 + templates/interfaces/bridge/node.def | 1 + templates/interfaces/bridge/node.tag/address/node.def | 1 + templates/interfaces/ethernet/node.tag/bond-group/node.def | 1 + .../interfaces/ethernet/node.tag/vif/node.tag/bridge-group/node.def | 1 + templates/interfaces/pseudo-ethernet/node.def | 1 + templates/interfaces/tunnel/node.def | 1 + 9 files changed, 9 insertions(+) (limited to 'templates/interfaces') 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 -- cgit v1.2.3