For Renesas rcar gen3 board, AGL do not Support IPV6
Description
Environment
Activity
Stephane Desneux August 3, 2018 at 9:59 PM
As @Tom Rini said, I think we're good to go and can try to enable IPv6 for GG. Completely makes sense for V2X.
Tom Rini August 3, 2018 at 11:11 AM
@Harunobu Kurokawa that is good to know, thanks. Currently in AGL we still have an explicit disable. Can we remove that now then? Thanks!
Harunobu Kurokawa August 3, 2018 at 4:29 AM
In kernel v4.6 (Renesas BSP v2.12) for CC , IPv6 is disable as default kernel.
Renesas BSP kernel : https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git/tree/arch/arm64/configs/defconfig?h=v4.6%2Frcar-3.3.x#n95
mail line kernel : https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/configs/defconfig?h=v4.6#n85
In kernel v4.14 (Renesas BSP v3.7) for FF, IPv6 is enable as module
Renesas BSP kernel : https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git/tree/arch/arm64/configs/defconfig?h=v4.14%2Frcar-3.6.2#n118
main line Kernel : https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/configs/defconfig?h=v4.14#n108
Stephane Desneux March 15, 2018 at 12:17 PM
Now that the move to Rocko and new Renesas BSP 3.4.0 is done, maybe we can investigate to fix this one.
Stephane Desneux March 21, 2017 at 9:13 AM
I wonder if this problem is only for Gen3 or is generic. Do we have IPV6 active on other boards ?
If we enable the IPV6 as a module (into kernel defconfig), the network is down at the first boot.