mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/*/linux: reenable IPv6 support, this reverts 7d80f298350e49b86d1a37a08e662a4bb013abd4, this fixes #1262
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0665580698
commit
279f9df936
@ -623,7 +623,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -635,7 +635,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -678,6 +697,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -626,7 +626,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -638,7 +638,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -681,6 +700,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -587,7 +587,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -599,7 +599,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -642,6 +661,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -632,7 +632,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -644,7 +644,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -687,6 +706,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -632,7 +632,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -644,7 +644,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -687,6 +706,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -628,7 +628,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -640,7 +640,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -683,6 +702,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -575,7 +575,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -587,7 +587,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -630,6 +649,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -630,7 +630,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -642,7 +642,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -685,6 +704,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -578,7 +578,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -590,7 +590,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -633,6 +652,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 3.6.2 Kernel Configuration
|
# Linux/arm 3.6.3 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||||
@ -505,7 +505,7 @@ CONFIG_SYN_COOKIES=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -515,7 +515,26 @@ CONFIG_SYN_COOKIES=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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
# CONFIG_NETFILTER is not set
|
# CONFIG_NETFILTER is not set
|
||||||
|
@ -575,7 +575,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -587,7 +587,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -630,6 +649,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -628,7 +628,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -640,7 +640,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -683,6 +702,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -575,7 +575,7 @@ CONFIG_IP_PIMSM_V2=y
|
|||||||
# 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_XFRM_TUNNEL is not set
|
# CONFIG_INET_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET_TUNNEL is not set
|
CONFIG_INET_TUNNEL=m
|
||||||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
||||||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
||||||
# CONFIG_INET_XFRM_MODE_BEET is not set
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
||||||
@ -587,7 +587,26 @@ 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_PRIVACY is not set
|
||||||
|
# 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_INET6_XFRM_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_BEET is not set
|
||||||
|
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
|
||||||
|
CONFIG_IPV6_SIT=m
|
||||||
|
# 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_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
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
@ -630,6 +649,17 @@ CONFIG_IP_NF_FILTER=y
|
|||||||
# CONFIG_IP_NF_TARGET_ULOG is not set
|
# CONFIG_IP_NF_TARGET_ULOG is not set
|
||||||
# CONFIG_IP_NF_MANGLE is not set
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
# CONFIG_IP_NF_RAW is not set
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# IPv6: Netfilter Configuration
|
||||||
|
#
|
||||||
|
# CONFIG_NF_DEFRAG_IPV6 is not set
|
||||||
|
CONFIG_IP6_NF_IPTABLES=y
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=y
|
||||||
|
# CONFIG_IP6_NF_TARGET_REJECT is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user