summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-30 16:42:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-30 16:42:50 +0000
commitfe7d3a1bdd75ce614c5dd688c57e9e0d90fb8094 (patch)
tree5618b93aa8db888cb977b37e33b0986e13beda6c /etc
parent49624309bed90d05fd60c4b5238ebb8dff8b6095 (diff)
downloadpfsense-fe7d3a1bdd75ce614c5dd688c57e9e0d90fb8094.zip
pfsense-fe7d3a1bdd75ce614c5dd688c57e9e0d90fb8094.tar.gz
Channel 0 is no longer a valid option, use any per Sam L
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b70540d..0bc0c28 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1051,6 +1051,9 @@ EOD;
$standard_no_turbo = str_replace(" Turbo", "", $standard);
+ if($channel == "0")
+ $channel = "auto";
+
$settings = <<<EOD
{$ifconfig} {$if} down
OpenPOWER on IntegriCloud