19 Aug 2011 00:11
[PATCH] Parsing bug in libxt_conntrack.c 1.4.12
Tom Eastep <teastep <at> shorewall.net>
2011-08-18 22:11:16 GMT
2011-08-18 22:11:16 GMT
Just discovered this little gem: sami:/home/teastep/iptables# iptables -N foo sami:/home/teastep/iptables# iptables -A foo -m conntrack --ctorigdstport 22 iptables v1.4.12: conntrack rev 2 does not support port ranges Try `iptables -h' or 'iptables --help' for more information. sami:/home/teastep/iptables# The attached seems to correct it. -Tom -- -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________
commit 57c7c7995326a37c983ac6ca4026eb176595fb37
Author: Tom Eastep <teastep <at> shorewall.net>
Date: Thu Aug 18 15:09:14 2011 -0700
Correct parsing bug in libxt_conntrack.c
Signed-off-by: Tom Eastep <teastep <at> shorewall.net>
diff --git a/extensions/libxt_conntrack.c b/extensions/libxt_conntrack.c
index be95529..6a79e37 100644
(Continue reading)
RSS Feed