Revision 67ee1ec5
Added by Ermal Luçi almost 17 years ago
etc/rc.linkup | ||
---|---|---|
93 | 93 |
interfaces_lan_configure(); |
94 | 94 |
break; |
95 | 95 |
default: |
96 |
interfaces_optional_configure_if($interface);
|
|
97 |
echo "interfaces_optional_configure_if($interface);\n";
|
|
96 |
interfaces_wan_configure($interface);
|
|
97 |
echo "interfaces_wan_configure($interface);\n";
|
|
98 | 98 |
log_error("HOTPLUG: Configuring optional interface {$interface}"); |
99 | 99 |
break; |
100 | 100 |
} |
Also available in: Unified diff
NOTE: this is only half part of the changes the other half will come after