summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ipv4options.man
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2006-12-12 10:34:45 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2006-12-12 10:34:45 +0000
commitf813897c778618e963f4a2e2b8e621aee24ff7e4 (patch)
treec2d20f2b9cf400e1fe52cf9790b1e554b2b67407 /extensions/libipt_ipv4options.man
parent6c6928721a1bfc8f941ba805af9b071850580fb6 (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 122dc68..0000000
--- 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.