mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-16 13:12:35 +01:00
Merge pull request #23 from gregkh/kernel_docker
Two more kernel changes to enable Docker to work properly.
This commit is contained in:
commit
de918bcb82
@ -758,7 +758,7 @@ CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
|
||||
#
|
||||
# Xtables matches
|
||||
#
|
||||
# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
|
||||
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
|
||||
# CONFIG_NETFILTER_XT_MATCH_BPF is not set
|
||||
# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
|
||||
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
|
||||
@ -1364,13 +1364,14 @@ CONFIG_BONDING=m
|
||||
CONFIG_MII=m
|
||||
# CONFIG_IFB is not set
|
||||
# CONFIG_NET_TEAM is not set
|
||||
# CONFIG_MACVLAN is not set
|
||||
CONFIG_MACVLAN=m
|
||||
CONFIG_MACVTAP=m
|
||||
CONFIG_VXLAN=m
|
||||
# CONFIG_NETCONSOLE is not set
|
||||
# CONFIG_NETPOLL is not set
|
||||
# CONFIG_NET_POLL_CONTROLLER is not set
|
||||
CONFIG_TUN=m
|
||||
# CONFIG_VETH is not set
|
||||
CONFIG_VETH=m
|
||||
CONFIG_VIRTIO_NET=m
|
||||
# CONFIG_ARCNET is not set
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user