From b0dbe5cf4d5f6e519fb498d032b7639e4b34d5c2 Mon Sep 17 00:00:00 2001 From: slioch Date: Wed, 21 Oct 2009 09:11:42 -0700 Subject: move priority after tag nodes. --- templates/interfaces/bonding/node.def | 2 +- templates/interfaces/bonding/node.tag/vif/node.def | 2 +- templates/interfaces/bridge/node.def | 2 +- templates/interfaces/pseudo-ethernet/node.def | 2 +- templates/interfaces/tunnel/node.def | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/interfaces/bonding/node.def b/templates/interfaces/bonding/node.def index f4ed5eb8..bb1b9ae3 100644 --- a/templates/interfaces/bonding/node.def +++ b/templates/interfaces/bonding/node.def @@ -1,5 +1,5 @@ -priority: 315 tag: +priority: 315 type: txt help: Set bonding interface syntax:expression: pattern $VAR(@) "^bond[0-9]+$" \ diff --git a/templates/interfaces/bonding/node.tag/vif/node.def b/templates/interfaces/bonding/node.tag/vif/node.def index e0282431..2e718f41 100644 --- a/templates/interfaces/bonding/node.tag/vif/node.def +++ b/templates/interfaces/bonding/node.tag/vif/node.def @@ -1,5 +1,5 @@ -priority: 320 tag: +priority: 320 type: u32 help: Set Virtual Local Area Network (VLAN) ID syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 4094; "VLAN ID must be between 0 and 4094" diff --git a/templates/interfaces/bridge/node.def b/templates/interfaces/bridge/node.def index 1ac499db..a7d82012 100644 --- a/templates/interfaces/bridge/node.def +++ b/templates/interfaces/bridge/node.def @@ -1,5 +1,5 @@ -priority: 310 tag: +priority: 310 type: txt help: Set bridge interface diff --git a/templates/interfaces/pseudo-ethernet/node.def b/templates/interfaces/pseudo-ethernet/node.def index 780014ae..cdbff5c8 100644 --- a/templates/interfaces/pseudo-ethernet/node.def +++ b/templates/interfaces/pseudo-ethernet/node.def @@ -1,5 +1,5 @@ -priority: 390 tag: +priority: 390 type: txt help: Set Virtual Ethernet device syntax:expression: pattern $VAR(@) "^peth[0-9]+$" \ diff --git a/templates/interfaces/tunnel/node.def b/templates/interfaces/tunnel/node.def index a9e291d7..ba3fa49a 100644 --- a/templates/interfaces/tunnel/node.def +++ b/templates/interfaces/tunnel/node.def @@ -1,5 +1,5 @@ -priority: 380 tag: +priority: 380 type: txt help: Set tunnel interface -- cgit v1.2.3