forked from extern/shorewall_code
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
This commit is contained in:
parent
f09342105d
commit
3b29150cb2
@ -4104,7 +4104,7 @@ add_to_zone() # $1 = <interface>[:<hosts>] $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
|
||||
|
@ -4104,7 +4104,7 @@ add_to_zone() # $1 = <interface>[:<hosts>] $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
|
||||
|
Loading…
Reference in New Issue
Block a user