summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorArthur Xiong <arthur@vyatta.com>2011-02-06 06:43:47 +0000
committerArthur Xiong <arthur@vyatta.com>2011-02-06 06:43:47 +0000
commitc3696b1a94a382682034a452dfa44a031f367a22 (patch)
treef6c84fe5f55ddb4357af4cf145f5fe37c489f671 /templates
parent2a7895ee7eb4e1d83a4abf2c3899876402483054 (diff)
downloadvyatta-cfg-system-c3696b1a94a382682034a452dfa44a031f367a22.tar.gz
vyatta-cfg-system-c3696b1a94a382682034a452dfa44a031f367a22.zip
Fix for bug #6778, assign priority 335 to 'duplex' and 'speed' node.def,
eliminate the state causes the issue and avoid to prevent other options under ethX to be committed in case 'duplex' and/or 'speed' fail
Diffstat (limited to 'templates')
-rw-r--r--templates/interfaces/ethernet/node.tag/duplex/node.def1
-rw-r--r--templates/interfaces/ethernet/node.tag/speed/node.def1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/interfaces/ethernet/node.tag/duplex/node.def b/templates/interfaces/ethernet/node.tag/duplex/node.def
index 023a8a08..ac8c62c0 100644
--- a/templates/interfaces/ethernet/node.tag/duplex/node.def
+++ b/templates/interfaces/ethernet/node.tag/duplex/node.def
@@ -1,3 +1,4 @@
+priority: 335
type: txt
help: Duplex mode
default: "auto"
diff --git a/templates/interfaces/ethernet/node.tag/speed/node.def b/templates/interfaces/ethernet/node.tag/speed/node.def
index fad248af..1e077620 100644
--- a/templates/interfaces/ethernet/node.tag/speed/node.def
+++ b/templates/interfaces/ethernet/node.tag/speed/node.def
@@ -1,3 +1,4 @@
+priority: 335
type: txt
help: Link speed
default: "auto"