summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Wood <david@wood2.org.uk>2016-01-06 19:17:49 +0000
committerDavid Wood <david@wood2.org.uk>2016-01-06 19:17:49 +0000
commit0faf3300669dd9d70a78b2636874f87c78f48a47 (patch)
tree125ff3fb351135751a56ca947cdc74996e73dbd5
parent20d6e88a88ae128f2c40a164e9b19e63e3c2e0f5 (diff)
downloadpfsense-0faf3300669dd9d70a78b2636874f87c78f48a47.zip
pfsense-0faf3300669dd9d70a78b2636874f87c78f48a47.tar.gz
Insert missing close brace
-rwxr-xr-xetc/rc.newwanip1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 6d86f03..e65050b 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -163,6 +163,7 @@ switch($config['interfaces'][$interface]['ipaddrv6']) {
// interface_dhcpv6_configure() for these connections after IPv6CP is up
if (isset($config['interfaces'][$interface]['dhcp6usev4iface']) && !interface_isppp_type($interface)) {
interface_dhcpv6_configure($interface, $config['interfaces'][$interface]);
+ }
break;
}
OpenPOWER on IntegriCloud