mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
Merge pull request #886 from justincormack/ipvlan-4.9
Tweak kernel networking options
This commit is contained in:
commit
6911b9b0df
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.8.12 Kernel Configuration
|
# Linux/x86 4.8.14 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
@ -1186,6 +1186,7 @@ CONFIG_BRIDGE=y
|
|||||||
CONFIG_BRIDGE_IGMP_SNOOPING=y
|
CONFIG_BRIDGE_IGMP_SNOOPING=y
|
||||||
CONFIG_BRIDGE_VLAN_FILTERING=y
|
CONFIG_BRIDGE_VLAN_FILTERING=y
|
||||||
CONFIG_HAVE_NET_DSA=y
|
CONFIG_HAVE_NET_DSA=y
|
||||||
|
# CONFIG_NET_DSA is not set
|
||||||
CONFIG_VLAN_8021Q=y
|
CONFIG_VLAN_8021Q=y
|
||||||
# CONFIG_VLAN_8021Q_GVRP is not set
|
# CONFIG_VLAN_8021Q_GVRP is not set
|
||||||
# CONFIG_VLAN_8021Q_MVRP is not set
|
# CONFIG_VLAN_8021Q_MVRP is not set
|
||||||
@ -1288,8 +1289,8 @@ CONFIG_MPLS=y
|
|||||||
CONFIG_NET_MPLS_GSO=y
|
CONFIG_NET_MPLS_GSO=y
|
||||||
# CONFIG_MPLS_ROUTING is not set
|
# CONFIG_MPLS_ROUTING is not set
|
||||||
# CONFIG_HSR is not set
|
# CONFIG_HSR is not set
|
||||||
# CONFIG_NET_SWITCHDEV is not set
|
CONFIG_NET_SWITCHDEV=y
|
||||||
# CONFIG_NET_L3_MASTER_DEV is not set
|
CONFIG_NET_L3_MASTER_DEV=y
|
||||||
# CONFIG_NET_NCSI is not set
|
# CONFIG_NET_NCSI is not set
|
||||||
CONFIG_RPS=y
|
CONFIG_RPS=y
|
||||||
CONFIG_RFS_ACCEL=y
|
CONFIG_RFS_ACCEL=y
|
||||||
@ -1708,6 +1709,7 @@ CONFIG_TUN=y
|
|||||||
CONFIG_VETH=y
|
CONFIG_VETH=y
|
||||||
CONFIG_VIRTIO_NET=y
|
CONFIG_VIRTIO_NET=y
|
||||||
CONFIG_NLMON=y
|
CONFIG_NLMON=y
|
||||||
|
# CONFIG_NET_VRF is not set
|
||||||
# CONFIG_ARCNET is not set
|
# CONFIG_ARCNET is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user