From 7b796fc6435f500e203155ca70ba4e99817ff72a Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 14 Jan 2019 15:49:20 -0800 Subject: linux: net/ipv{4,6}: Enable commonly used functionality This addresses some assumptions made by systemd about having multiple routing table support in the kernel. systemd-networkd will try and provision mutliple routing tables + policies and will silently break neighbor advertisement responses due to policy configurations on a single table. It also adds support for SLAAC based router settings and faster duplicate address detection. Size impact: 4k increase (From meta-nuvoton rev: 31d724a134e2172643e1ab535372764913fbbacc) Change-Id: Id8b532099505cf88ae39625f541ae3630ec9a284 Signed-off-by: William A. Kennington III Signed-off-by: Brad Bishop --- meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta-nuvoton/recipes-kernel/linux') diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig index afddb4e88..e5b6cdf43 100644 --- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig +++ b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig @@ -24,6 +24,14 @@ CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_INET=y +CONFIG_IP_ADVANCED_ROUTER=y +CONFIG_IP_MULTIPLE_TABLES=y +CONFIG_IP_ROUTE_MULTIPATH=y +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IPV6_ROUTER_PREF=y +CONFIG_IPV6_ROUTE_INFO=y +CONFIG_IPV6_OPTIMISTIC_DAD=y +CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y -- cgit v1.2.3