|
||||||||||
-----Original Message----- From: Adam Armstrong [mailto:lists at memetic dot org] Sent: Wednesday, May 06, 2009 7:44 PM To: Mohammed Ismail Cc: m0n0wall at lists dot m0n0 dot ch Subject: Re: [m0n0wall] ng0 snmp could not read interface 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. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>. Adam thanks allot for help, but it seems we missing something because it is still not working, I even upgraded to the latest version and it is the same. I guess I will wait for 0.6 to be realeased. Thanks allot Best regards, Mohammed |