removed AUTO from valid sfp speed options

This commit is contained in:
Reidar Cederqvist 2016-09-28 16:38:59 +02:00
parent 3fd58cd4c2
commit 1e63b8cd4e

View file

@ -136,7 +136,7 @@ set_fiber_status() {
disabled)
ethctl $port phy-power down
;;
100*FDAUTO|auto)
100*FD|auto)
ethctl $port media-type sfp fiber $status
ethctl $port phy-power up
;;