Andrey V. Elsukov d359a62d44 New netgraph node ng_patch(4). It performs data modification of packets
passing through. Modifications are restricted to a subset of C language
operations on unsigned integers of 8, 16, 32 or 64 bit size.
These are: set to new value (=), addition (+=), subtraction (-=),
multiplication (*=), division (/=), negation (= -), bitwise AND (&=),
bitwise OR (|=), bitwise eXclusive OR (^=), shift left (<<=),
shift right (>>=). Several operations are all applied to a packet
sequentially in order they were specified by user.

Submitted by:	Maxim Ignatenko <gelraen.ua at gmail.com>
		Vadim Goncharov <vadimnuclight at tpu.ru>
Discussed with:	net@
Approved by:	mav (mentor)
MFC after:	1 month
2010-06-09 12:25:57 +00:00
..
2010-04-28 22:25:27 +00:00
2010-03-03 20:01:31 +00:00
2010-03-29 23:36:34 +00:00
2009-06-05 18:44:36 +00:00
2009-03-26 19:15:31 +00:00
2008-11-06 10:53:35 +00:00
2009-02-07 18:49:42 +00:00
2010-05-24 07:04:00 +00:00
2009-08-23 20:26:09 +00:00
2008-11-05 15:04:03 +00:00
2010-04-09 12:05:24 +00:00