aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/netif
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/netif')
-rwxr-xr-xetc/rc.d/netif3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.d/netif b/etc/rc.d/netif
index dd0dde21bd23..62ad31f766a4 100755
--- a/etc/rc.d/netif
+++ b/etc/rc.d/netif
@@ -252,5 +252,8 @@ netif_common()
debug "The following interfaces were not configured: $_fail"
}
+# Load the old "network" config file also for compatibility.
+# This is needed for mfsBSD at least.
+load_rc_config network
load_rc_config $name
run_rc_command $*