-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
4.14
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Removal of `xt_u32` module in RHCOS 9.x
Version-Release number of selected component (if applicable):
4.14
How reproducible:
Every time
Steps to Reproduce:
[root@sno10 ~]# cat /lib/modules/$(uname -r)/config | grep -i xt | grep -i u32 # CONFIG_NETFILTER_XT_MATCH_U32 is not set
Actual results:
Expected results:
Additional info:
The unsupported xt_u32 Netfilter module has been removed RHEL 8 contained the unsupported xt_u32 module, which enabled iptables users to match arbitrary 32 bits in the packet header or payload. This module has been removed from RHEL 9. As a replacement, use the nftables packet filtering framework. If no native match exists in nftables, use the raw payload matching feature of nftables. For details, see the raw payload expression section in the nft(8) man page.
https://bugzilla.redhat.com/show_bug.cgi?id=2061288
- links to
(1 links to)