No no no
Don’t edit that file, it will stop updates.
Instead you need to add this to config.php:
unset($config['bad_if']); $config['bad_if'][] = 'voip-null'; $config['bad_if'][] = 'virtual-'; $config['bad_if'][] = 'unrouted'; $config['bad_if'][] = 'eobc'; $config['bad_if'][] = 'lp0'; $config['bad_if'][] = 'faith0'; $config['bad_if'][] = 'container'; $config['bad_if'][] = 'async'; $config['bad_if'][] = 'plip'; $config['bad_if'][] = '-physical'; $config['bad_if'][] = 'container'; $config['bad_if'][] = 'unrouted'; $config['bad_if'][] = 'bluetooth'; $config['bad_if'][] = 'isatap'; $config['bad_if'][] = 'ras'; $config['bad_if'][] = 'qos'; $config['bad_if'][] = 'span rp'; $config['bad_if'][] = 'span sp'; $config['bad_if'][] = 'sslvpn'; $config['bad_if'][] = 'pppoe-'; unset($config['bad_iftype']); $config['bad_iftype'][] = 'voiceEncap'; $config['bad_iftype'][] = 'voiceFXO'; $config['bad_iftype'][] = 'voiceFXS'; $config['bad_iftype'][] = 'voiceOverAtm'; $config['bad_iftype'][] = 'voiceOverFrameRelay'; $config['bad_iftype'][] = 'voiceOverIp'; $config['bad_iftype'][] = 'ds0'; $config['bad_iftype'][] = 'ds1'; $config['bad_iftype'][] = 'ds3'; // $config['bad_iftype'][] = "isdn"; #show signaling traffic // $config['bad_iftype'][] = "lapd"; #show signaling traffic $config['bad_iftype'][] = 'sonet'; $config['bad_iftype'][] = 'aal5'; $config['bad_iftype'][] = 'shdsl'; $config['bad_iftype'][] = 'mpls';
It’s a pain as if we add more then you will miss those but I can’t see any other way to do it.