mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

criu needs to turn on sock diag features in kernel to do the system dump[1]. Ref: [1] https://criu.org/Linux_kernel Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
9 lines
196 B
INI
9 lines
196 B
INI
#Networking options options for sock-diag subsystem
|
|
CONFIG_UNIX_DIAG=y
|
|
CONFIG_INET_DIAG=y
|
|
CONFIG_INET_UDP_DIAG=y
|
|
CONFIG_PACKET_DIAG=y
|
|
CONFIG_NETLINK_DIAG=y
|
|
CONFIG_NETFILTER_XT_MARK=y
|
|
CONFIG_TUN=y
|