Skip to content

Commit

Permalink
interfaces: reconfigure radvd on PPPoE change #2394
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jun 12, 2018
1 parent 42eab8f commit baf292e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/rc.newwanip
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ if (isset($config['interfaces'][$interface]['ipaddrv6'])) {
if (isset($config['interfaces'][$interface]['dhcp6usev4iface'])) {
interface_dhcpv6_prepare($interface, $config['interfaces'][$interface]);
interface_dhcpv6_configure($interface, $config['interfaces'][$interface]);
services_radvd_configure();
}
break;
}
Expand Down

0 comments on commit baf292e

Please sign in to comment.