From 08d22bb42faac348dc982886b99f5c4483926749 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Wed, 16 Mar 2011 21:54:13 +0000 Subject: [PATCH] remove control from bad_if git-svn-id: http://www.observium.org/svn/observer/trunk@1891 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 49b98b276..fe2474760 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -155,7 +155,7 @@ $config['rancid_ignorecomments'] = 0; # Ignore lines starting with # $config['bad_if'] = array("voip-null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0", "-atm layer", "-atm subif", "-shdsl", "-aal5", "-atm", "container", - "async", "plip", "-physical", "-signalling", "control", "container", "unrouted", + "async", "plip", "-physical", "-signalling", "container", "unrouted", "bri", "-bearer", "bluetooth", "isatap", "ras", "qos", "miniport", "sonet/sdh", "span rp", "span sp", "sslvpn");