summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-07 00:45:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-07 00:45:19 +0000
commitfb7986122fc24136d594dcc18c3e94240ee72c75 (patch)
tree2d81a4f9a88e718c6c60f7ca5abff590ab1ee414 /etc/inc/interfaces.inc
parenta42bf8cd3ccc4c60816fb35efd531270052393a0 (diff)
downloadpfsense-fb7986122fc24136d594dcc18c3e94240ee72c75.zip
pfsense-fb7986122fc24136d594dcc18c3e94240ee72c75.tar.gz
MFC 8313
If no stationname is set, we still need stationname in front of the "pfsense" default we add.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index b984cfe..7bc1fe6 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -495,7 +495,7 @@ function interfaces_wireless_configure($if, $wlcfg) {
if ($wlcfg['stationname'])
$stationname = "stationname " . escapeshellarg($wlcfg['stationname']);
else
- $stationname = "pfsense";
+ $stationname = "stationname pfsense";
/* Set wireless hostap mode */
if ($wlcfg['mode'] == "hostap")
OpenPOWER on IntegriCloud