1184c1184 < // bridge interface needs reconfigure, then re-add VIPs, to ensure find_interface_ip is correct. --- > // bridge interface needs reconfigure, then re-add VIPs, to ensure find_interface_ip is correct. 4010a4011,4019 > /* Kickstart the DHCPv6 client before rtsold in order to trigger ISP authentication > * FIXME: Should probably also check that the parent iface is not of type ppp/l2tp/etc > * to avoid unwanted consequences in non-IPoE mode. > * Actually should probably just re-work the whole rtsold logic */ > if (!isvalidpid("{$g['varrun_path']}/dhcp6c_{$wanif}.pid")) { > mwexec("/usr/local/sbin/dhcp6c -D -c {$g['varetc_path']}/dhcp6c_wan.conf -p {$g['varrun_path']}/dhcp6c_{$wanif}.pid {$wanif}"); > mwexec("/usr/bin/logger -t rtsold 'Kickstarting dhcp6 client for interface wan({$wanif} in IPoE mode)'"); > } >