From d3ddbf5f46b9a124ec1693e71dd0e5f320596dbf Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 16 Dec 2016 09:17:15 +0100 Subject: [PATCH] rc: small tweaks --- src/etc/inc/interfaces.inc | 2 +- src/etc/rc.reload_interfaces | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index 3fd869fc4..b410e535f 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -3151,7 +3151,7 @@ function interface_dhcpv6_configure($interface = 'wan', $wancfg) } else { /* skip address request if this is set */ if (!isset($wancfg['dhcp6prefixonly'])) { - $dhcp6cconf .= " send ia-na 0; # request stateful address\n"; + $dhcp6cconf .= " send ia-na 0; # request stateful address\n"; } if (is_numeric($wancfg['dhcp6-ia-pd-len'])) { $dhcp6cconf .= " send ia-pd 0; # request prefix delegation\n"; diff --git a/src/etc/rc.reload_interfaces b/src/etc/rc.reload_interfaces index b8213d765..49c3ca160 100755 --- a/src/etc/rc.reload_interfaces +++ b/src/etc/rc.reload_interfaces @@ -36,5 +36,5 @@ require_once("system.inc"); require_once("interfaces.inc"); require_once("services.inc"); -interfaces_configure(); -filter_configure_sync(); +interfaces_configure(true); +filter_configure_sync(true);