Commit d28c4632 authored by Ad Schellevis's avatar Ad Schellevis

sunny but closing this anyway.... closes, https://github.com/opnsense/core/issues/1020

parent c52dbf2c
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment