PATCH: new match: userindex
Ferry Huberts
ferry at Hupie.com
Wed Dec 8 14:09:34 CET 2004
Included is the userindex match netfilter module patch (against
patch-o-matic-ng-20040621)
greetings!
--
Ferry Huberts
--
====
info
====
Title: Kernel module for adding a user specified index to a rule
Author: Ferry Huberts <ferry at hupie.com>
Status: Stable
Repository: base
Requires: linux-2.4 == 2.4
Recompile: netfilter, iptables
Kernel module for attaching a user specified index to a rule.
It matches every packet in order to have no influence on packet matching,
the only effect is to add a user index to a rule
====
help
====
This option adds CONFIG_IP_NF_MATCH_USERINDEX, which supplies a userindex
match module. This match allows attachment of a user index (integer) to a
rule.
Supported options:
--userindex int
Example:
-A PREROUTING -s 192.168.0.1 -m userindex --userindex 12345 -j DNAT
--to-source 10.0.0.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: userindex.patch
Type: application/octet-stream
Size: 12853 bytes
Desc: not available
Url : /pipermail/netfilter-devel/attachments/20041208/a0f87241/userindex.obj
More information about the netfilter-devel
mailing list