Revision 4476d447
Added by Ermal Luçi almost 17 years ago
etc/rc.initial.setlanip | ||
---|---|---|
206 | 206 |
$upperifname = strtoupper($interface); |
207 | 207 |
echo "\nPlease wait, saving and activating your changes to {$upperifname}..."; |
208 | 208 |
write_config(gettext("{$interface} IP configuration from console menu")); |
209 |
interfaces_lan_configure();
|
|
209 |
interfaces_wan_configure("lan");
|
|
210 | 210 |
echo " Reloading filter..."; |
211 | 211 |
filter_configure_sync(); |
212 | 212 |
echo "\n"; |
Also available in: Unified diff
Merge lan configuration to the interfaces_wan.php page wich does the configuration of all
other assigned interfaces.