Merge commit 'origin/trunk@12184' into fedora
[iptables.git] / trunk / extensions / libxt_TCPOPTSTRIP.man
diff --git a/trunk/extensions/libxt_TCPOPTSTRIP.man b/trunk/extensions/libxt_TCPOPTSTRIP.man
new file mode 100644 (file)
index 0000000..cd000f9
--- /dev/null
@@ -0,0 +1,7 @@
+This target will strip TCP options off a TCP packet. (It will actually replace
+them by NO-OPs.) As such, you will need to add the \fB-p tcp\fR parameters.
+.TP
+\fB--strip-options\fP \fIoption\fP[\fB,\fP\fIoption\fP...]
+Strip the given option(s). The options may be specified by TCP option number or
+by symbolic name. The list of recognized options can be obtained by calling
+iptables with \fB-j TCPOPTSTRIP -h\fR.