search for: bassosimon

Displaying 1 result from an estimated 1 matches for "bassosimon".

Did you mean: bassosimone
2019 Dec 11
4
[Bug 1390] New: iptables -m string not working with --algo bm and OUTPUT chain under 5.3.x
...Product: netfilter/iptables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: normal Priority: P5 Component: unknown Assignee: netfilter-buglog at lists.netfilter.org Reporter: bassosimone at gmail.com Under 5.3.x, `iptables -A OUTPUT -p tcp -m string --algo bm --string POST -j DROP` does not drop outgoing packets containing "POST". This command was instead working as intended with 5.0.0. I used this test case to reproduce the issue and gather info: ``` #!/bin/sh set -e...