Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel config for Docker: CONFIG_BRIDGE_VLAN_FILTERING
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Bili Oslavi
n00b
n00b


Joined: 12 Mar 2023
Posts: 17

PostPosted: Mon Apr 22, 2024 3:17 am    Post subject: Kernel config for Docker: CONFIG_BRIDGE_VLAN_FILTERING Reply with quote

Trying to emerge app-containers/docker-24.0.5::gentoo
kernel 6.6.21-gentoo
amd64

Error Flag:
* CONFIG_BRIDGE_VLAN_FILTERING: is not set when it should be.

But CONFIG_BRIDGE_VLAN_FILTERING isn't in .config, so it seems to be a
possible misnaming of another config flag. Or maybe just a remnant from an
older kernel config.

Possibly CONFIG_NF_CONNTRACK_BRIDGE or CONFIG_BRIDGE_NF_EBTABLES?
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1678

PostPosted: Mon Apr 22, 2024 3:56 am    Post subject: Reply with quote

Bili Oslavi wrote:
But CONFIG_BRIDGE_VLAN_FILTERING isn't in .config, so it seems to be a
possible misnaming of another config flag. Or maybe just a remnant from an
older kernel config.

No it says what it means. Use menuconfig to search for it as you likely don't have a dependency enabled (such as BRIDGE or VLAN_8021Q).
Back to top
View user's profile Send private message
Bili Oslavi
n00b
n00b


Joined: 12 Mar 2023
Posts: 17

PostPosted: Mon Apr 22, 2024 4:19 am    Post subject: Reply with quote

You're right. The CONFIG_BRIDGE_VLAN_FILTERING only becomes
visible if CONFIG_VLAN_8021Q is enabled first.

I mistakenly thought that all of the flags were in .config and that menuconfig
was just reading the file, but I see now that menuconfig writes options to
the file depending on what higher level item is chosen.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum