Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nft: Reject tcp/udp extension without proper protocol match | Phil Sutter | 2022-12-22 | 1 | -0/+3 |
| | | | | | | | | | Internally, 'th' expression is used, which works but matches both protocols. Since users won't expect '-m tcp --dport 1' to match UDP packets, catch missing/wrong '-p' argument. Fixes: c034cf31dd1a9 ("nft: prefer native expressions instead of udp match") Signed-off-by: Phil Sutter <phil@nwl.cc> | ||||
* | extensions: libxt_tcp: add unit test | Pablo Neira Ayuso | 2013-10-07 | 1 | -0/+26 |
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |