Public bug reported:
ipkungfu complains if you specify a net mask in CIDR format of more than
16 bits because even though the error message says 0-32 is allowed, the
test checks if it is between 0 and 16. The upper limit should be 32 on
line 697 of /usr/sbin/ipkungfu, version 0.6.1. Changing this
Public bug reported:
Running ipkungfu v0.6.1 on 14.04 generates mod probe errors because the mod
probe command in the script tries to use the -l options for mod probe which
doesn't exist.
Replace the for loop which tries to load the default modules with a single line
that just runs
Public bug reported:
The iptables command to ignore packets with a local network source address and
non-local destination has the '!' after the -d, instead of before it. This
causes the syntax error. Move the '!' before the -d on line 813 in ipkungfu
0.6.1 to avoid this error.
Problem noted on