summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanipv6
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-18 19:50:03 +0200
committersmos <seth.mos@dds.nl>2012-06-18 19:51:07 +0200
commit68b624ec9e82081719e9646641e480e768d070a1 (patch)
treec7c9c7cd4331ca02154a295b60688dbf6837c24e /etc/rc.newwanipv6
parentd51927d28c5bf0babf8f2607b52f89ae90e6f8a9 (diff)
downloadpfsense-68b624ec9e82081719e9646641e480e768d070a1.zip
pfsense-68b624ec9e82081719e9646641e480e768d070a1.tar.gz
Correct typo
Diffstat (limited to 'etc/rc.newwanipv6')
-rwxr-xr-xetc/rc.newwanipv62
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanipv6 b/etc/rc.newwanipv6
index 0a62f57..e09b4c7 100755
--- a/etc/rc.newwanipv6
+++ b/etc/rc.newwanipv6
@@ -122,7 +122,7 @@ switch($config['interfaces'][$interface]['ipaddrv6']) {
case "dhcp6":
foreach($config['interfaces'] as $iftrackname => $iftrack) {
if($iftrack['track6-interface'] == $interface) {
- log_error("interface {%iftrackname} depends on {$interface}, configuring");
+ log_error("interface {$iftrackname} depends on {$interface}, configuring");
interface_track6_configure($iftrackname);
}
}
OpenPOWER on IntegriCloud