summaryrefslogtreecommitdiff
path: root/lib/Vyatta/FirewallOpMode
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-10-08 22:41:33 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-10-08 22:41:33 -0700
commitaf1c8f0308c7ecbc26290f182a636a028a699680 (patch)
treec1fca3050fb9bdd434bfe6e1e7f5bc4fa0f739f6 /lib/Vyatta/FirewallOpMode
parent4269074f9a20ebcb3ae6b314cabaad36a0f9e3bd (diff)
downloadvyatta-op-firewall-af1c8f0308c7ecbc26290f182a636a028a699680.tar.gz
vyatta-op-firewall-af1c8f0308c7ecbc26290f182a636a028a699680.zip
Remove references to snort
Diffstat (limited to 'lib/Vyatta/FirewallOpMode')
-rwxr-xr-xlib/Vyatta/FirewallOpMode/Summary.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Vyatta/FirewallOpMode/Summary.pm b/lib/Vyatta/FirewallOpMode/Summary.pm
index 7744291..a466029 100755
--- a/lib/Vyatta/FirewallOpMode/Summary.pm
+++ b/lib/Vyatta/FirewallOpMode/Summary.pm
@@ -58,16 +58,6 @@ sub show_interfaces_zones {
}
$outhash->{'zones'} = \@zone_strs;
- # check if content-inspection is using this ruleset
- my $custom_filter = 0;
- my $config = $cfg;
- $config->setLevel("content-inspection traffic-filter");
- my $custom_traffic_filter = $config->returnOrigValue('custom');
- if ((defined $custom_traffic_filter) && ($custom_traffic_filter eq $chain)) {
- $custom_filter = 1;
- $content_str = "Active on all incoming and forwarded traffic for content-inspection";
- }
- $outhash->{'content-inspection'} = $content_str;
return $outhash;
}