View previous topic :: View next topic |
Author |
Message |
Ja.KooLit Tux's lil' helper


Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Tue Feb 21, 2023 11:09 am Post subject: Kernel location - CONFIG_NFT_OBJREF |
|
|
Im trying to set up firewalld with nftables
compiling firewalld return with this
Code: | CONFIG_NFT_OBJREF: is not set when it should be.
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
|
however, when I search in my kernel it comes with no matches
Code: | config - Linux/x86 6.2.0-gentoo Kernel Configuration
> Search (CONFIG_NFT_OBJREF) ────────────────────────────────────────────────────────────────────────
┌──────────────────────────────────────── Search Results ────────────────────────────────────────┐
│ No matches found. │
│ |
anybody knows where can I find this or is it not included anymore? |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5625 Location: Bavaria
|
Posted: Tue Feb 21, 2023 11:47 am Post subject: |
|
|
This is strange. I can find it (although it is not enabled) in my 6.1.12 kernel.
Here from help:
Code: | Depends on: NET [=y] && INET [=y] && NETFILTER [=y] && NF_TABLES [=n]
[...]
-> Netfilter nf_tables support (NF_TABLES [=n]
-> Netfilter nf_tables stateful object reference module (NFT_OBJREF [=n]) |
|
|
Back to top |
|
 |
Ja.KooLit Tux's lil' helper


Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Tue Feb 21, 2023 12:17 pm Post subject: |
|
|
nope not there on 6.2
I even search for
stateful - no results
object - went through all the results - nothing referring to Netfilter
reference - no results
went throroughly all under Netfilter nf_tables support
cant find[/code] |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31601 Location: here
|
|
Back to top |
|
 |
Ja.KooLit Tux's lil' helper


Joined: 14 Feb 2022 Posts: 118 Location: Somewhere Over There!
|
Posted: Tue Feb 21, 2023 12:28 pm Post subject: |
|
|
Thanks alot for confirming... |
|
Back to top |
|
 |
|