Displaying 1 result from an estimated 1 matches for "covertlab".
Did you mean:
covertlabs
2024 Aug 02
4
[Bug 1763] New: Segfault when resetting rules with meta l4proto { tcp, udp }
...udp }
Product: nftables
Version: 1.0.x
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: minor
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: sly at covertlabs.org
Running into a segfault on version 1.0.9 when rules are listed after `nft reset
rules` with a `meta l4proto { tcp, udp } ...` rule added but listing the same
rule works fine. It seems to have problems with the `{ tcp, udp }` set.
# nft create table testsegfault
# nft add chain testsegfault d...