summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanipv6
diff options
context:
space:
mode:
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