Re: ng0 snmp could not read interface
Adam Armstrong <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.m0n0wall |
|---|---|
| Message-ID | <[email protected]> |
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.