From 28c9e601fd8e74ae755905ca8d11bbe8949a783c Mon Sep 17 00:00:00 2001 From: John Southworth Date: Wed, 8 Jun 2011 17:26:19 -0500 Subject: Move the mtu settings out of the main inteface priority subtree as a failure boundry --- templates/interfaces/bonding/node.tag/mtu/node.def | 1 + templates/interfaces/bonding/node.tag/vif/node.tag/mtu/node.def | 1 + templates/interfaces/ethernet/node.tag/mtu/node.def | 1 + templates/interfaces/ethernet/node.tag/vif/node.tag/mtu/node.def | 1 + templates/interfaces/tunnel/node.tag/mtu/node.def | 1 + 5 files changed, 5 insertions(+) (limited to 'templates') diff --git a/templates/interfaces/bonding/node.tag/mtu/node.def b/templates/interfaces/bonding/node.tag/mtu/node.def index 09e5adb7..1a8011b4 100644 --- a/templates/interfaces/bonding/node.tag/mtu/node.def +++ b/templates/interfaces/bonding/node.tag/mtu/node.def @@ -1,4 +1,5 @@ type: u32 +priority: 381 help: Maximum Transmission Unit (MTU) syntax:expression: $VAR(@) >= 68 && $VAR(@) <= 9000; "MTU must be between 68 and 9000" val_help: u32:68-9000; Maximum Transmission Unit diff --git a/templates/interfaces/bonding/node.tag/vif/node.tag/mtu/node.def b/templates/interfaces/bonding/node.tag/vif/node.tag/mtu/node.def index b824b017..88149c6a 100644 --- a/templates/interfaces/bonding/node.tag/vif/node.tag/mtu/node.def +++ b/templates/interfaces/bonding/node.tag/vif/node.tag/mtu/node.def @@ -1,4 +1,5 @@ type: u32 +priority: 381 help: Maximum Transmission Unit (MTU) val_help: u32:68-9000; Maximum Transmission Unit (MTU) syntax:expression: $VAR(@) >= 68 && $VAR(@) <= 9000; "MTU must be between 68 and 9000" diff --git a/templates/interfaces/ethernet/node.tag/mtu/node.def b/templates/interfaces/ethernet/node.tag/mtu/node.def index dcd73b7c..e846bd9d 100644 --- a/templates/interfaces/ethernet/node.tag/mtu/node.def +++ b/templates/interfaces/ethernet/node.tag/mtu/node.def @@ -1,4 +1,5 @@ type: u32 +priority: 381 help: Maximum Transmission Unit (MTU) syntax:expression: $VAR(@) >= 68 && $VAR(@) <= 9000; "MTU must be between 68 and 9000" val_help: u32:68-9000; Maximum Transmission Unit (MTU) diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/mtu/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/mtu/node.def index 647e5352..e0d3c3f9 100644 --- a/templates/interfaces/ethernet/node.tag/vif/node.tag/mtu/node.def +++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/mtu/node.def @@ -1,4 +1,5 @@ type: u32 +priority: 381 help: Maximum Transmission Unit (MTU) val_help: u32:68-9000; Maximum Transmission Unit (MTU) syntax:expression: $VAR(@) >= 68 && $VAR(@) <= 9000; "MTU must be between 68 and 9000" diff --git a/templates/interfaces/tunnel/node.tag/mtu/node.def b/templates/interfaces/tunnel/node.tag/mtu/node.def index 67594bc3..9161653a 100644 --- a/templates/interfaces/tunnel/node.tag/mtu/node.def +++ b/templates/interfaces/tunnel/node.tag/mtu/node.def @@ -1,4 +1,5 @@ type: u32 +priority: 381 help: Maximum Transmission Unit (MTU) syntax:expression: $VAR(@) >= 64 && $VAR(@) <= 8024; "Must be between 64-8024" val_help: u32:64-8024; Maximum Transmission Unit (MTU) -- cgit v1.2.3