check_smb_idle fixed

master
lars 18 years ago
parent f546cd674b
commit 53ee02c839

@ -29,7 +29,7 @@ set -eu
filter_ipt_rules()
# get the input rules for smb datagram traffic
{
iptables -L INPUT -vnx | grep -E "tcp upt:138|udp dpt:139"
iptables -L INPUT -vnx | grep -E "udp dpt:138|tcp dpt:139"
}

Loading…
Cancel
Save