summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index c56e275..a87157d 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -191,14 +191,14 @@ function rescue_detect_keypress() {
/* start syslogd */
system_syslogd_start();
+ /* set up VLAN virtual interfaces */
+ interfaces_vlan_configure();
+
/* setup interface microcode which improves tcp/ip speed */
echo "Setting up microcode and tx/rx offloading...";
setup_microcode();
echo "done.\n";
- /* set up VLAN virtual interfaces */
- interfaces_vlan_configure();
-
/* set up LAN interface */
echo "Configuring LAN interface...";
mute_kernel_msgs();
OpenPOWER on IntegriCloud