Ignored interfaces are still polled

Hi everyone,

I’m using several regex to ignore different interfaces from discovery. For example:

$config[‘bad_if_regexp’] = ‘/^\d+/[a-z]\d+$/’;

which ignores interfaces with descriptions as 1234/g1.

The problem is that those interfaces are still polled by Libre and they still appear under Port Settings. Indeed I do have the option to toggle one by one the Disable polling option, but I’m talking here of thousands of those interfaces.

What am I missing ?

Thank you !