ip6t-firewall-server: get rif of debug output/comments.
This commit is contained in:
@@ -229,10 +229,6 @@ if ${do_not_firewall_bridged_traffic} || ${do_not_firewall_lx_guest_systems} ; t
|
||||
ports="$(ip -o link show master "${_dev}" 2>/dev/null | awk -F': ' '{print $2}')"
|
||||
|
||||
for _port in $ports ; do
|
||||
echo ""
|
||||
echo "$ip6t -A FORWARD -i "${_port}" -j ACCEPT"
|
||||
echo "$ip6t -A FORWARD -o "${_port}" -j ACCEPT"
|
||||
echo ""
|
||||
$ip6t -A FORWARD -i "${_port}" -j ACCEPT
|
||||
$ip6t -A FORWARD -o "${_port}" -j ACCEPT
|
||||
_done=true
|
||||
@@ -1332,6 +1328,7 @@ echo_done
|
||||
|
||||
echo
|
||||
echo -e "\t\033[37m\033[1mAdd Rules for Services..\033[m"
|
||||
echo
|
||||
|
||||
|
||||
# -------------
|
||||
|
||||
Reference in New Issue
Block a user