Fix typo - gameming -> gaming.
This commit is contained in:
@ -1753,8 +1753,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_activate_forwarding ; then
|
||||
if ! $permit_local_net_to_inet ; then
|
||||
@ -1776,8 +1776,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_activate_forwarding ; then
|
||||
$ipt -A FORWARD -o $_dev -m mac --mac-source $_mac -j DROP
|
||||
|
Reference in New Issue
Block a user