package/docker-engine: use kernel modules for extra network drivers
Docker network driver "overlay", "macvlan" and "ipvlan" are not used by default. Don't force enable them in the kernel. The main aim here is to get rid of the dummy0 network interface which is generated by the dummy driver by default. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
bd0b2db231
commit
35b3a646e0
@ -124,10 +124,6 @@ define DOCKER_ENGINE_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_IP_NF_TARGET_MASQUERADE)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_BRIDGE)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_NET_CORE)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_DUMMY)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_MACVLAN)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_IPVLAN)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_VXLAN)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_VETH)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_OVERLAY_FS)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_KEYS)
|
||||
|
Loading…
Reference in New Issue
Block a user