summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-23 20:12:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-23 20:12:38 +0000
commit60e440fab104757630fbd9612562e6c0a73ff65a (patch)
tree4dcab3f51b5a25bf7b59bb770b73e747a63fdbb1 /etc/inc
parent962f7d25d446e15211f38001c3c869dc521b1b11 (diff)
downloadpfsense-60e440fab104757630fbd9612562e6c0a73ff65a.zip
pfsense-60e440fab104757630fbd9612562e6c0a73ff65a.tar.gz
Move carp rules to carp_rules.sh (in the package) and use the new package framework.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 191a590..3fd2606 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -933,12 +933,6 @@ function filter_rules_generate() {
else
$log = "";
- /* if carp is defined, lets pass the traffic */
- if(is_carp_defined() == true) {
- $ipfrules .= "pass on " . $lanif . " proto carp from $lanif:network to 224.0.0.18 keep state (no-sync) label \"carp\"\n";
- $ipfrules .= "pass on " . $wanif . " proto carp from $wanif:network to 224.0.0.18 keep state (no-sync) label \"carp\"\n";
- }
-
/* if squid is installed, lets install its rule */
$squid_installed = run_command_return_string("/bin/ls /var/db/pkg/ | grep squid");
if ($squid_installed <> "") {
OpenPOWER on IntegriCloud