[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1296740050-6311-1-git-send-email-hans.schillstrom@ericsson.com>
Date: Thu, 3 Feb 2011 14:34:08 +0100
From: Hans Schillstrom <hans.schillstrom@...csson.com>
To: kaber@...sh.net, jengelh@...ozas.de,
netfilter-devel@...r.kernel.org, netdev@...r.kernel.org
CC: hans@...illstrom.com,
Hans Schillstrom <hans.schillstrom@...csson.com>
Subject: [PATCH 0/2] NETFILTER new target module, HMARK
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@...csson.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists