mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
sunny but closing this anyway.... closes, https://github.com/opnsense/core/issues/1020
This commit is contained in:
parent
c52dbf2ce0
commit
d28c463252
@ -310,8 +310,8 @@ function _legacy_getall_interface_addresses($ifs)
|
||||
$addrs['subnetbits6'] = intval($stat[$i+1]);
|
||||
}
|
||||
}
|
||||
$addrs['compat'][] = $addr . '/' . $addrs['subnetbits6'];
|
||||
}
|
||||
$addrs['compat'][] = $addr . '/' . $addrs['subnetbits6'];
|
||||
break;
|
||||
case 'ether':
|
||||
$addrs['macaddr'] = $stat[1];
|
||||
|
||||
@ -26,7 +26,6 @@
|
||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
error_reporting(E_ALL);
|
||||
|
||||
require_once("guiconfig.inc");
|
||||
require_once("interfaces.inc");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user