From 29f91845300a585b5253b2e1ed3a29f064f31787 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Tue, 12 Dec 2006 10:34:45 +0000 Subject: Move extensions for pom patches to individual patchlets. --- extensions/libipt_ipv4options.man | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 extensions/libipt_ipv4options.man (limited to 'extensions/libipt_ipv4options.man') 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. -- cgit v1.2.3