From 8a16c5502ce2ca5877611a4a4a2cffe61c726b71 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 15 Jan 2013 12:22:26 -0200 Subject: Revert part of 8e9d126550 since it breaks wifi interfaces at boot time --- etc/inc/interfaces.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc') diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index b7715cd..270428e 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -2633,9 +2633,6 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven // Need code to handle MLPPP if we ever use $realhwif for MLPPP handling $realhwif = $realhwif_array[0]; - if (!does_interface_exist($realhwif)) - return 0; - /* Disable Accepting router advertisements unless specifically requested */ log_error("Deny router advertisements for interface {$interface}"); mwexec("/sbin/ifconfig " . escapeshellarg($realif) . " inet6 -accept_rtadv"); -- cgit v1.1