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-05-24 07:04:00 +00:00
2010-05-24 16:41:05 +00:00
2010-06-09 05:49:02 +00:00
2010-06-02 17:27:23 +00:00
2010-06-08 03:39:31 +00:00
2010-05-24 16:27:47 +00:00
2010-02-21 01:12:18 +00:00