Revision d6df2c4c
Added by Ermal LUÇI almost 12 years ago
etc/rc.newwanip | ||
---|---|---|
132 | 132 |
case "6rd": |
133 | 133 |
interface_6rd_configure($interface, $config['interfaces'][$interface]); |
134 | 134 |
break; |
135 |
case "dhcp6": |
|
136 |
if (isset($config['interfaces'][$interface]['dhcp6usev4iface'])) |
|
137 |
interface_dhcpv6_configure($interface, $config['interfaces'][$interface]); |
|
138 |
break; |
|
135 | 139 |
} |
136 | 140 |
|
137 | 141 |
/* Check Gif tunnels */ |
Also available in: Unified diff
When the v4 wan is dynamic and v6 is type dhcp and v6 information is retrieved through v4 link than trigger dhcp6c reconfiguration.