Blame extensions/libxt_TCPOPTSTRIP.man

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