We have a lot of VDI-VMs where the users run docker on it. Thus there are temporarly network-devices like: I tried different approaches to leave these devices out when adding a new host, like:
I use this in my config:
$config['bad_ifname_regexp'][] = '/(^lo|^dummy|^tap|^tun|^gre|^veth|^docker|^br-|^pflog|^pfsync)/i';
HTH
Ah, this could also be done in config.php? I’ll give it a try and report back. Thanks!
Seems to work for me.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.