summaryrefslogtreecommitdiff
path: root/templates/interfaces/bonding
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-10-21 09:11:42 -0700
committerslioch <slioch@eng-140.vyatta.com>2009-10-21 09:11:42 -0700
commitb0dbe5cf4d5f6e519fb498d032b7639e4b34d5c2 (patch)
tree5f5c2f15303d9d2d450d66d160d031b4a47ec740 /templates/interfaces/bonding
parent5180f940059d7f9615cbb9e1435e8d658e349071 (diff)
downloadvyatta-cfg-quagga-b0dbe5cf4d5f6e519fb498d032b7639e4b34d5c2.tar.gz
vyatta-cfg-quagga-b0dbe5cf4d5f6e519fb498d032b7639e4b34d5c2.zip
move priority after tag nodes.
Diffstat (limited to 'templates/interfaces/bonding')
-rw-r--r--templates/interfaces/bonding/node.def2
-rw-r--r--templates/interfaces/bonding/node.tag/vif/node.def2
2 files changed, 2 insertions, 2 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"