diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-10-21 09:11:42 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-10-21 09:11:42 -0700 |
commit | b0dbe5cf4d5f6e519fb498d032b7639e4b34d5c2 (patch) | |
tree | 5f5c2f15303d9d2d450d66d160d031b4a47ec740 | |
parent | 5180f940059d7f9615cbb9e1435e8d658e349071 (diff) | |
download | vyatta-cfg-quagga-b0dbe5cf4d5f6e519fb498d032b7639e4b34d5c2.tar.gz vyatta-cfg-quagga-b0dbe5cf4d5f6e519fb498d032b7639e4b34d5c2.zip |
move priority after tag nodes.
-rw-r--r-- | templates/interfaces/bonding/node.def | 2 | ||||
-rw-r--r-- | templates/interfaces/bonding/node.tag/vif/node.def | 2 | ||||
-rw-r--r-- | templates/interfaces/bridge/node.def | 2 | ||||
-rw-r--r-- | templates/interfaces/pseudo-ethernet/node.def | 2 | ||||
-rw-r--r-- | 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 |