summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-11 21:32:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-11 21:32:24 +0000
commitdb3336330725bffa9ccc39b3a80ea78f5edecd3d (patch)
tree41eb2c1a1f431445b83d6ff5114bf31b3d3dbf99 /etc
parent009510f83e0ce5fe9bcb3cbbee545855a91044b2 (diff)
downloadpfsense-db3336330725bffa9ccc39b3a80ea78f5edecd3d.zip
pfsense-db3336330725bffa9ccc39b3a80ea78f5edecd3d.tar.gz
MFC 7514
Don't echo out the rule. Add it to the existing rule string
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 759e698..5cecbd2 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1427,7 +1427,7 @@ pass out quick on $wanif proto udp from any port = 68 to any port = 67 label "al
EOD;
if($config['interfaces']['lan']['bridge'] <> "wan")
- echo "block in $log quick on $wanif proto udp from any port = 67 to {$lansa_sn_combo} port = 68 label \"allow dhcp client out wan\"\n";
+ $ipfrules .= "block in $log quick on $wanif proto udp from any port = 67 to {$lansa_sn_combo} port = 68 label \"allow dhcp client out wan\"\n";
$ipfrules .= <<<EOD
OpenPOWER on IntegriCloud