fix blocking dsl0 ports (sl0!) and tidied some other stuff up

git-svn-id: http://www.observium.org/svn/observer/trunk@1993 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-03-30 11:25:39 +00:00
parent 124a3f24c3
commit 463b0753a6
3 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -154,13 +154,13 @@ $config['rancid_ignorecomments'] = 0; # Ignore lines starting with #
### Ignores & Allows
$config['bad_if'] = array("voip-null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0",
$config['bad_if'] = array("voip-null", "virtual-", "unrouted", "eobc", "mpls", "lp0", "faith0",
"-atm layer", "-atm subif", "-shdsl", "-aal5", "-atm", "container",
"async", "plip", "-physical", "-signalling", "container", "unrouted",
"bri", "-bearer", "bluetooth", "isatap", "ras", "qos", "miniport", "sonet/sdh",
"span rp", "span sp", "sslvpn");
$config['bad_if_regexp'] = array("/serial[0-9]:/");
$config['bad_if_regexp'] = array("/serial[0-9]:/", "/^ng[0-9]+$/", "/^sl[0-9]/");
$config['processor_filter'][] = "An electronic chip that makes the computer work.";