Commit 7432c5e6 authored by Kirill Smelkov's avatar Kirill Smelkov

linux/qemu_debug: +ipv6

parent de53ad89
...@@ -811,13 +811,16 @@ CONFIG_IP_ROUTE_VERBOSE=y ...@@ -811,13 +811,16 @@ CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set # CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set # CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set # CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_NET_IP_TUNNEL=y
# CONFIG_IP_MROUTE is not set # CONFIG_IP_MROUTE is not set
CONFIG_SYN_COOKIES=y CONFIG_SYN_COOKIES=y
# CONFIG_NET_IPVTI is not set # CONFIG_NET_IPVTI is not set
# CONFIG_NET_FOU is not set # CONFIG_NET_FOU is not set
# CONFIG_NET_FOU_IP_TUNNELS is not set
# CONFIG_INET_AH is not set # CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set # CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set # CONFIG_INET_IPCOMP is not set
CONFIG_INET_TUNNEL=y
CONFIG_INET_DIAG=y CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y CONFIG_INET_TCP_DIAG=y
# CONFIG_INET_UDP_DIAG is not set # CONFIG_INET_UDP_DIAG is not set
...@@ -827,7 +830,24 @@ CONFIG_INET_TCP_DIAG=y ...@@ -827,7 +830,24 @@ CONFIG_INET_TCP_DIAG=y
CONFIG_TCP_CONG_CUBIC=y CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set # CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set CONFIG_IPV6=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_IPV6_VTI is not set
CONFIG_IPV6_SIT=y
# CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE=y
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_IPV6_SEG6_LWTUNNEL is not set
# CONFIG_IPV6_SEG6_HMAC is not set
# CONFIG_IPV6_RPL_LWTUNNEL is not set
# CONFIG_IPV6_IOAM6_LWTUNNEL is not set
# CONFIG_MPTCP is not set # CONFIG_MPTCP is not set
# CONFIG_NETWORK_SECMARK is not set # CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set # CONFIG_NETWORK_PHY_TIMESTAMPING is not set
...@@ -853,6 +873,7 @@ CONFIG_LLC=y ...@@ -853,6 +873,7 @@ CONFIG_LLC=y
# CONFIG_X25 is not set # CONFIG_X25 is not set
# CONFIG_LAPB is not set # CONFIG_LAPB is not set
# CONFIG_PHONET is not set # CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set # CONFIG_IEEE802154 is not set
# CONFIG_NET_SCHED is not set # CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set # CONFIG_DCB is not set
...@@ -905,6 +926,8 @@ CONFIG_NET_9P_VIRTIO=y ...@@ -905,6 +926,8 @@ CONFIG_NET_9P_VIRTIO=y
# CONFIG_PSAMPLE is not set # CONFIG_PSAMPLE is not set
# CONFIG_NET_IFE is not set # CONFIG_NET_IFE is not set
# CONFIG_LWTUNNEL is not set # CONFIG_LWTUNNEL is not set
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
CONFIG_NET_SOCK_MSG=y CONFIG_NET_SOCK_MSG=y
CONFIG_PAGE_POOL=y CONFIG_PAGE_POOL=y
# CONFIG_PAGE_POOL_STATS is not set # CONFIG_PAGE_POOL_STATS is not set
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment