Fix error at section 'Special TCP Ports OUT'.
This commit is contained in:
parent
dc91143e39
commit
f4b74813d2
@ -1724,7 +1724,7 @@ echononl "\t\tSpecial TCP Ports OUT"
|
|||||||
|
|
||||||
if [[ ${#tcp_out_port_arr[@]} -gt 0 ]] || [[ ${#forward_tcp_out_port_arr[@]} -gt 0 ]] ; then
|
if [[ ${#tcp_out_port_arr[@]} -gt 0 ]] || [[ ${#forward_tcp_out_port_arr[@]} -gt 0 ]] ; then
|
||||||
|
|
||||||
if [[ ${#forward_tcp_out_port_arr[@]} -gt 0 ]] ; then
|
if [[ ${#tcp_out_port_arr[@]} -gt 0 ]] ; then
|
||||||
|
|
||||||
for _dev in ${ext_if_arr[@]} ; do
|
for _dev in ${ext_if_arr[@]} ; do
|
||||||
for _port in ${tcp_out_port_arr[@]} ; do
|
for _port in ${tcp_out_port_arr[@]} ; do
|
||||||
|
@ -1968,7 +1968,7 @@ echononl "\t\tSpecial TCP Ports OUT"
|
|||||||
|
|
||||||
if [[ ${#tcp_out_port_arr[@]} -gt 0 ]] || [[ ${#forward_tcp_out_port_arr[@]} -gt 0 ]] ; then
|
if [[ ${#tcp_out_port_arr[@]} -gt 0 ]] || [[ ${#forward_tcp_out_port_arr[@]} -gt 0 ]] ; then
|
||||||
|
|
||||||
if [[ ${#forward_tcp_out_port_arr[@]} -gt 0 ]] ; then
|
if [[ ${#tcp_out_port_arr[@]} -gt 0 ]] ; then
|
||||||
|
|
||||||
for _dev in ${ext_if_arr[@]} ; do
|
for _dev in ${ext_if_arr[@]} ; do
|
||||||
for _port in ${tcp_out_port_arr[@]} ; do
|
for _port in ${tcp_out_port_arr[@]} ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user