summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-14 05:02:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-14 05:02:49 +0000
commitda86dd6f3272bc769645029fc4d9dd251770e7dd (patch)
treec386d766c1fc056357124c7701f5f2fb05b12f4b /etc
parent9ef924ebaf9be4a2cb49479383a3188562bcea34 (diff)
downloadpfsense-da86dd6f3272bc769645029fc4d9dd251770e7dd.zip
pfsense-da86dd6f3272bc769645029fc4d9dd251770e7dd.tar.gz
) -> }
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 73b508b..2b0ca9b 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -107,7 +107,7 @@ function interfaces_lan_configure() {
" link " . escapeshellarg($random_mac));
$lancfg['spoofmac'] = $random_mac;
write_config();
- file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$lancfg['if']) has been automatically replaced with {$random_mac}", "Interfaces");
+ file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$lancfg['if']} has been automatically replaced with {$random_mac}", "Interfaces");
}
}
@@ -221,7 +221,7 @@ function interfaces_optional_configure_if($opti) {
" link " . escapeshellarg($random_mac));
$optcfg['spoofmac'] = $random_mac;
write_config();
- file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$optcfg['if']) has been automatically replaced with {$random_mac}", "Interfaces");
+ file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$optcfg['if']} has been automatically replaced with {$random_mac}", "Interfaces");
}
/* media */
@@ -469,7 +469,7 @@ function interfaces_wan_configure() {
" link " . escapeshellarg($random_mac));
$wancfg['spoofmac'] = $random_mac;
write_config();
- file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$wancfg['if']) has been automatically replaced with {$random_mac}", "Interfaces");
+ file_notice("MAC Address altered", "The INVALID MAC address (ff:ff:ff:ff:ff:ff) on interface {$wancfg['if']} has been automatically replaced with {$random_mac}", "Interfaces");
}
}
OpenPOWER on IntegriCloud