Fix typo - gameming -> gaming.
This commit is contained in:
@ -1117,8 +1117,8 @@ echo ""
|
||||
|
||||
echononl "\tAllow remote Traffic OUT for Gaming devices"
|
||||
|
||||
if [[ ${#gameming_device_mac_address_arr[@]} -gt 0 ]] ; then
|
||||
for _mac in ${gameming_device_mac_address_arr[@]} ; do
|
||||
if [[ ${#gaming_device_mac_address_arr[@]} -gt 0 ]] ; then
|
||||
for _mac in ${gaming_device_mac_address_arr[@]} ; do
|
||||
for _dev in ${ext_if_arr[@]} ; do
|
||||
if $kernel_forward_between_interfaces ; then
|
||||
if ! $permit_local_net_to_inet ; then
|
||||
@ -1140,8 +1140,8 @@ fi
|
||||
|
||||
echononl "\tDeny Traffic to other local networks for Gaming devices"
|
||||
|
||||
if [[ ${#gameming_device_mac_address_arr[@]} -gt 0 ]] ; then
|
||||
for _mac in ${gameming_device_mac_address_arr[@]} ; do
|
||||
if [[ ${#gaming_device_mac_address_arr[@]} -gt 0 ]] ; then
|
||||
for _mac in ${gaming_device_mac_address_arr[@]} ; do
|
||||
for _dev in ${local_if_arr[@]} ; do
|
||||
if $kernel_forward_between_interfaces ; then
|
||||
$ip6t -A FORWARD -o $_dev -m mac --mac-source $_mac -j DROP
|
||||
|
Reference in New Issue
Block a user