summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_connmark.c
Commit message (Collapse)AuthorAgeFilesLines
* fix connmark, it's now only 32bits (Deti Fliegl <deti@fliegl.de)svn_t_iptables_1_3_4/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-031-20/+5
| | | | | | We'ver screwed this up with the 2.6.14 release. It refuses any mask that extends 32bits. We should have fixed this by adding a new target/match revision, but now it's too late anyway :(
* Fix CONNMARK/connmark issues with 64bit kernel and 32bit userspace./C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org2005-02-121-5/+22
| | | | | | | Also fixes a typo in CONNMARK, --mask set the mark, not the mask. Initial patch by: Pablo Neira <pablo@eurodev.net> Signed-off-by: Martin Josefsson <gandalf@wlug.westbo.se>
* latest version of CONNMARK (Henrik Nordstrom)laforge2004-02-031-19/+37
|
* fix connmark and mark match save() functionslaforge2002-09-201-10/+12
|
* make connmark patch comply with NO_SHARED_LIBSlaforge2002-06-041-0/+1
|
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵laforge2002-05-291-2/+2
| | | | naming
* Fix 'iptables -p !' bug (segfault when `!' used without argument)laforge2002-03-141-2/+1
|
* add support for connmark match/targetlaforge2002-02-251-0/+129