netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] NETFILTER new target module, HMARK
@ 2011-02-03 13:34 Hans Schillstrom
  2011-02-03 13:34 ` [PATCH] NETFILTER module xt_hmark new target for HASH MARK Hans Schillstrom
  2011-02-03 13:34 ` [PATCH] NETFILTER userspace part for target HMARK Hans Schillstrom
  0 siblings, 2 replies; 14+ messages in thread
From: Hans Schillstrom @ 2011-02-03 13:34 UTC (permalink / raw)
  To: kaber, jengelh, netfilter-devel, netdev; +Cc: hans, Hans Schillstrom

The target allows you to create rules in the "raw" and "mangle" tables
which alter the netfilter mark (nfmark) field within a given range.
First a 32 bit hash value is generated then modulus by <limit> and
finally an offset is added before it's written to nfmark.
Prior to routing, the nfmark can influence the routing method (see
"Use netfilter MARK value as routing key") and can also be used by
other subsystems to change their behaviour.

The mark match can also be used to match nfmark produced by this module.
See the kernel module for more info.

REVISION

This is version 1

Regards
Hans Schillstrom <hans.schillstrom@ericsson.com>

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-02-04 13:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 13:34 [PATCH 0/2] NETFILTER new target module, HMARK Hans Schillstrom
2011-02-03 13:34 ` [PATCH] NETFILTER module xt_hmark new target for HASH MARK Hans Schillstrom
2011-02-03 13:51   ` Pablo Neira Ayuso
2011-02-03 14:23     ` Hans Schillstrom
2011-02-03 15:42       ` Pablo Neira Ayuso
2011-02-03 16:01         ` Pablo Neira Ayuso
2011-02-03 16:06           ` Jan Engelhardt
2011-02-03 16:08             ` Pablo Neira Ayuso
2011-02-03 16:32               ` Jan Engelhardt
2011-02-03 17:40                 ` Hans Schillstrom
2011-02-03 17:37           ` Hans Schillstrom
2011-02-04 13:17           ` Patrick McHardy
2011-02-04 13:20         ` Patrick McHardy
2011-02-03 13:34 ` [PATCH] NETFILTER userspace part for target HMARK Hans Schillstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).