summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ipv4options.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_ipv4options.man
parente78c69c8146c5dcd096ba13ac03d7a7bb90e3ea7 (diff)
Move extensions for pom patches to individual patchlets.
Diffstat (limited to 'extensions/libipt_ipv4options.man')
-rw-r--r--extensions/libipt_ipv4options.man32
1 files changed, 0 insertions, 32 deletions
diff --git a/extensions/libipt_ipv4options.man b/extensions/libipt_ipv4options.man
deleted file mode 100644
index 122dc68d..00000000
--- a/extensions/libipt_ipv4options.man
+++ /dev/null
@@ -1,32 +0,0 @@
-Match on IPv4 header options like source routing, record route,
-timestamp and router-alert.
-.TP
-.B "--ssrr"
-To match packets with the flag strict source routing.
-.TP
-.B "--lsrr"
-To match packets with the flag loose source routing.
-.TP
-.B "--no-srr"
-To match packets with no flag for source routing.
-.TP
-.B "\fR[\fB!\fR]\fB --rr"
-To match packets with the RR flag.
-.TP
-.B "\fR[\fB!\fR]\fB --ts"
-To match packets with the TS flag.
-.TP
-.B "\fR[\fB!\fR]\fB --ra"
-To match packets with the router-alert option.
-.TP
-.B "\fR[\fB!\fR]\fB --any-opt"
-To match a packet with at least one IP option, or no IP option
-at all if ! is chosen.
-.TP
-Examples:
-.TP
-$ iptables -A input -m ipv4options --rr -j DROP
-will drop packets with the record-route flag.
-.TP
-$ iptables -A input -m ipv4options --ts -j DROP
-will drop packets with the timestamp flag.