From 3b29150cb20f4337c8ffc4dfa4eee7f7b2c04692 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 20 Jan 2003 23:06:55 +0000 Subject: [PATCH] Fix bug in 'shorewall add' re 'find_interfaces_by_maclist' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@405 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE/firewall | 2 +- Shorewall/firewall | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/STABLE/firewall b/STABLE/firewall index e52387060..e18cbd055 100755 --- a/STABLE/firewall +++ b/STABLE/firewall @@ -4104,7 +4104,7 @@ add_to_zone() # $1 = [:] $2 = zone dhcp_interfaces=`find_interfaces_by_option dhcp` blacklist_interfaces=`find_interfaces_by_option blacklist` filterping_interfaces=`find_interfaces_by_option filterping` - maclist_interfaces=`find_interfaces_by_maclist` + maclist_interfaces=`find_interfaces_by_option maclist` tcpflags_interfaces=`find_interfaces_by_option tcpflags` # # Normalize the first argument to this function diff --git a/Shorewall/firewall b/Shorewall/firewall index e52387060..e18cbd055 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -4104,7 +4104,7 @@ add_to_zone() # $1 = [:] $2 = zone dhcp_interfaces=`find_interfaces_by_option dhcp` blacklist_interfaces=`find_interfaces_by_option blacklist` filterping_interfaces=`find_interfaces_by_option filterping` - maclist_interfaces=`find_interfaces_by_maclist` + maclist_interfaces=`find_interfaces_by_option maclist` tcpflags_interfaces=`find_interfaces_by_option tcpflags` # # Normalize the first argument to this function