summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_u32.man
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2006-12-12 10:34:45 +0000
committerPatrick McHardy <kaber@trash.net>2006-12-12 10:34:45 +0000
commit29f91845300a585b5253b2e1ed3a29f064f31787 (patch)
treec2d20f2b9cf400e1fe52cf9790b1e554b2b67407 /extensions/libipt_u32.man
parente78c69c8146c5dcd096ba13ac03d7a7bb90e3ea7 (diff)
Move extensions for pom patches to individual patchlets.
Diffstat (limited to 'extensions/libipt_u32.man')
-rw-r--r--extensions/libipt_u32.man8
1 files changed, 0 insertions, 8 deletions
diff --git a/extensions/libipt_u32.man b/extensions/libipt_u32.man
deleted file mode 100644
index 7028bd5f..00000000
--- a/extensions/libipt_u32.man
+++ /dev/null
@@ -1,8 +0,0 @@
-U32 allows you to extract quantities of up to 4 bytes from a packet,
-AND them with specified masks, shift them by specified amounts and
-test whether the results are in any of a set of specified ranges.
-The specification of what to extract is general enough to skip over
-headers with lengths stored in the packet, as in IP or TCP header
-lengths.
-
-Details and examples are in the kernel module source.