You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
419 B
8 lines
419 B
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\fP 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\fP.
|