View previous topic :: View next topic |
Author |
Message |
prologen n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Jan 2019 Posts: 5
|
Posted: Wed Jan 02, 2019 4:57 pm Post subject: nftables stops working after updating to kernel 4.20 |
|
|
Hello.
This happens for every operation after an upgrade from gentoo-sources-4.15.0 to gentoo-sources-4.20.0:
Code: | # nft add table filter
Error: Could not process rule: Operation not supported
add table filter
# nft flush ruleset
Error: Could not process rule: Operation not supported
flush ruleset
^^^^^^^^^^^^^^
|
Here's emerge --info nftables:
https://bpaste.net/show/d4d3549590a5
Here's kernel's 4.20.0 config file:
https://bpaste.net/show/899fd8bab85d |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Ant P. Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
Joined: 18 Apr 2009 Posts: 6920
|
Posted: Wed Jan 02, 2019 8:10 pm Post subject: |
|
|
You've disabled IPv6 nftables support in the kernel, so you need to explicitly say you want a single-stack ipv4-only table instead. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|