[NETFILTER]: Trivial 2.6 tftp conntrack fix.
In 2.6, the TFTP conntrack helper returns -1 if the packet is too short, but that is an invalid return code. Return NF_ACCEPT instead.
Showing
Please register or sign in to comment
In 2.6, the TFTP conntrack helper returns -1 if the packet is too short, but that is an invalid return code. Return NF_ACCEPT instead.