| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | This target will strip TCP options off a TCP packet. (It will actually replace |
| 2 | them by NO-OPs.) As such, you will need to add the \fB\-p tcp\fP parameters. | ||||
| 3 | .TP | ||||
| 4 | \fB\-\-strip\-options\fP \fIoption\fP[\fB,\fP\fIoption\fP...] | ||||
| 5 | Strip the given option(s). The options may be specified by TCP option number or | ||||
| 6 | by symbolic name. The list of recognized options can be obtained by calling | ||||
| 7 | iptables with \fB\-j TCPOPTSTRIP \-h\fP. | ||||