View previous topic :: View next topic |
Author |
Message |
Bili Oslavi n00b
Joined: 12 Mar 2023 Posts: 18
|
Posted: Mon Apr 22, 2024 3:17 am Post subject: Kernel config for Docker: CONFIG_BRIDGE_VLAN_FILTERING |
|
|
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 |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1896
|
Posted: Mon Apr 22, 2024 3:56 am Post subject: |
|
|
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 |
|
|
Bili Oslavi n00b
Joined: 12 Mar 2023 Posts: 18
|
Posted: Mon Apr 22, 2024 4:19 am Post subject: |
|
|
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 |
|
|
|