From db3336330725bffa9ccc39b3a80ea78f5edecd3d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 11 Nov 2005 21:32:24 +0000 Subject: [PATCH] MFC 7514 Don't echo out the rule. Add it to the existing rule string --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 759e6982bc..5cecbd2eb8 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 .= <<