blob: 2a077091a06ac0adc568e0e2c69ad6e6c5b488ba [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001This target will strip TCP options off a TCP packet. (It will actually replace
2them 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...]
5Strip the given option(s). The options may be specified by TCP option number or
6by symbolic name. The list of recognized options can be obtained by calling
7iptables with \fB\-j TCPOPTSTRIP \-h\fP.