diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-01-24 14:15:48 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-01-24 14:15:48 -0800 |
commit | c0f8c1cbd9afc87ae76222024dd0e98127ca1708 (patch) | |
tree | 07f9746a92f1eb4e199bd576fe3a5be36c8fe0d6 /templates | |
parent | ad567696c108bb68ec8fc3688020bbd92975d746 (diff) | |
parent | 5c97a19976e400901b06b6784d767925e0893799 (diff) | |
download | vyatta-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.def | 2 |
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; \ |