|
||||||||||
Mohammed Ismail wrote:
> if (preg_match('/serial[0-9]:/', $if)) { $nullintf = '1'; }
> if(!$config['allow_ng']) {
> if (preg_match('/ng[0-9]+$/', $if)) { $nullintf = '1'; }
> }
> if ($nullintf == 0) {
>
Oh wow, i really do suck. I forgot to commit the later changes to
interfaces.php.
This is showing a previous (silly) fix i did, with a config entry to
allow only NG-type interfaces.
Please replace yours with the one from the SVN *again*.
Thanks,
adam. |