summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-01-24 14:15:48 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-01-24 14:15:48 -0800
commitc0f8c1cbd9afc87ae76222024dd0e98127ca1708 (patch)
tree07f9746a92f1eb4e199bd576fe3a5be36c8fe0d6 /templates
parentad567696c108bb68ec8fc3688020bbd92975d746 (diff)
parent5c97a19976e400901b06b6784d767925e0893799 (diff)
downloadvyatta-cfg-c0f8c1cbd9afc87ae76222024dd0e98127ca1708.tar.gz
vyatta-cfg-c0f8c1cbd9afc87ae76222024dd0e98127ca1708.zip
Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendale
Diffstat (limited to 'templates')
-rw-r--r--templates/interfaces/ethernet/node.tag/speed/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/ethernet/node.tag/speed/node.def b/templates/interfaces/ethernet/node.tag/speed/node.def
index bff2f08..652e498 100644
--- a/templates/interfaces/ethernet/node.tag/speed/node.def
+++ b/templates/interfaces/ethernet/node.tag/speed/node.def
@@ -1,7 +1,7 @@
type: txt
help: "Set the speed for this interface"
default: "auto"
-syntax: $(@) in "auto", "10", "100", "1000"; "Speed must be auto, 10, 100, or 1000"
+syntax: $(@) in "auto", "10", "100", "1000", "2500", "10000"; "Speed must be auto, 10, 100, 1000, 2500, or 10000"
commit: exec "if [ x$(@) != xauto ]; then \
if [ x$(../duplex/@) == xauto ]; then \
exit 1; \