search for: libip6t_tcp

Displaying 2 results from an estimated 2 matches for "libip6t_tcp".

2003 Mar 17
0
[Bug 65] New: Problem with error message when tcp-flags doesn't recognize a flag
...e previous flag, not the current one. For example pass something like iptables -A INPUT -p tcp --tcp-flags SYN,FIN,UGH -j DROP Obviously the UGH is wrong, but it reports FIN as the flag it doesn't recognize. Here is a patch to fix the issue in both iptables and ip6tables. Index: extensions/libip6t_tcp.c =================================================================== RCS file: /cvspublic/netfilter/userspace/extensions/libip6t_tcp.c,v retrieving revision 1.10 diff -u -r1.10 libip6t_tcp.c --- extensions/libip6t_tcp.c 26 Jul 2002 16:27:57 -0000 1.10 +++ extensions/libip6t_tcp.c 17 Mar 2003 01:00...
2003 Mar 30
0
[Bug 65] Problem with error message when tcp-flags doesn't recognize a flag
...----------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From laforge@netfilter.org 2003-03-30 20:30 ------- Thanks, I've applied your fixes to CVS. See Revision 1.15 of libipt_tcp.c and 1.11 of libip6t_tcp.c ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.