fix capitalization

git-svn-id: http://www.observium.org/svn/observer/trunk@2935 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2012-03-29 12:48:25 +00:00
parent 09e50ada34
commit 726f9f3378

View File

@ -237,11 +237,13 @@ $config['bad_if'][] = "sslvpn";
$config['bad_if'][] = "pppoe-";
#$config['bad_if'][] = "control plane"; ## Example for cisco control plane
$config['bad_iftype'][] = "voiceencap";
$config['bad_iftype'][] = "voicefxo";
$config['bad_iftype'][] = "voicefxs";
$config['bad_iftype'][] = "voiceoveratm";
$config['bad_iftype'][] = "voiceoverframerelay";
### Ignore ports based on ifType. Case-sensitive.
$config['bad_iftype'][] = "voiceEncap";
$config['bad_iftype'][] = "voiceFXA";
$config['bad_iftype'][] = "voiceFXS";
$config['bad_iftype'][] = "voiceOverAtm";
$config['bad_iftype'][] = "voiceOverFrameRelay";
$config['bad_if_regexp'][] = "/serial[0-9]:/";
$config['bad_if_regexp'][] = "/^ng[0-9]+$/";