Blame extensions/libxt_TCPOPTSTRIP.man

Packit 7b22a4
This target will strip TCP options off a TCP packet. (It will actually replace
Packit 7b22a4
them by NO-OPs.) As such, you will need to add the \fB\-p tcp\fP parameters.
Packit 7b22a4
.TP
Packit 7b22a4
\fB\-\-strip\-options\fP \fIoption\fP[\fB,\fP\fIoption\fP...]
Packit 7b22a4
Strip the given option(s). The options may be specified by TCP option number or
Packit 7b22a4
by symbolic name. The list of recognized options can be obtained by calling
Packit 7b22a4
iptables with \fB\-j TCPOPTSTRIP \-h\fP.