-
Notifications
You must be signed in to change notification settings - Fork 5.2k
IPV6_SUBTREES not enabled in kernel #1370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
kernel: add smsc95xx packetsize module param kernel: config: Enabled IPV6_SUBTREES See: raspberrypi/linux#1370 kernel: reboot: Use power off rather than busy spinning when halt is requested firmware: arm_loader: Strip comments after dtoverlay and dtparam See: http://forum.kodi.tv/showthread.php?tid=250817&pid=2298996#pid2298996 firmware: dtoverlay: Allow aliases to be used with target-path firmware: dtoverlay: Support disabled (__dormant__) fragments firmware: dtoverlay: Multiple overlay instances firmware: host_applications: Add dtmerge application See: https://www.raspberrypi.org/forums/viewtopic.php?f=107&t=139732 firmware: clock: Make clock logging less spammy. Can be enabled by host firmware: config: Remove unsupported config options firmware: Fix typos in comments See: raspberrypi/userland#299 firmware: hello_video: Remove the timout, to avoid the application quits before the ending of some videos See: #475
kernel: add smsc95xx packetsize module param kernel: config: Enabled IPV6_SUBTREES See: raspberrypi/linux#1370 kernel: reboot: Use power off rather than busy spinning when halt is requested firmware: arm_loader: Strip comments after dtoverlay and dtparam See: http://forum.kodi.tv/showthread.php?tid=250817&pid=2298996#pid2298996 firmware: dtoverlay: Allow aliases to be used with target-path firmware: dtoverlay: Support disabled (__dormant__) fragments firmware: dtoverlay: Multiple overlay instances firmware: host_applications: Add dtmerge application See: https://www.raspberrypi.org/forums/viewtopic.php?f=107&t=139732 firmware: clock: Make clock logging less spammy. Can be enabled by host firmware: config: Remove unsupported config options firmware: Fix typos in comments See: raspberrypi/userland#299 firmware: hello_video: Remove the timout, to avoid the application quits before the ending of some videos See: raspberrypi/firmware#475
This is now added. Can you rpi-update and test? |
I can confirm IPV6_SUBTREES works on this kernel 4.1.21-v7+ #872 on both the rpi2 and rpi3. The rpi3 is still experiencing #1371, but that is another issue entirely. ip -6 route | grep "from" default from 2001:551:6045:bd:1ccf:b9bb:e8da:2c77 via fe80::100d:7fff:fe64:c990 dev eth0 proto 42 metric 1024 |
kernel: add smsc95xx packetsize module param kernel: config: Enabled IPV6_SUBTREES See: raspberrypi/linux#1370 kernel: reboot: Use power off rather than busy spinning when halt is requested firmware: arm_loader: Strip comments after dtoverlay and dtparam See: http://forum.kodi.tv/showthread.php?tid=250817&pid=2298996#pid2298996 firmware: dtoverlay: Allow aliases to be used with target-path firmware: dtoverlay: Support disabled (__dormant__) fragments firmware: dtoverlay: Multiple overlay instances firmware: host_applications: Add dtmerge application See: https://www.raspberrypi.org/forums/viewtopic.php?f=107&t=139732 firmware: clock: Make clock logging less spammy. Can be enabled by host firmware: config: Remove unsupported config options firmware: Fix typos in comments See: raspberrypi/userland#299 firmware: hello_video: Remove the timout, to avoid the application quits before the ending of some videos See: raspberrypi#475
kernel: add smsc95xx packetsize module param kernel: config: Enabled IPV6_SUBTREES See: raspberrypi/linux#1370 kernel: reboot: Use power off rather than busy spinning when halt is requested firmware: arm_loader: Strip comments after dtoverlay and dtparam See: http://forum.kodi.tv/showthread.php?tid=250817&pid=2298996#pid2298996 firmware: dtoverlay: Allow aliases to be used with target-path firmware: dtoverlay: Support disabled (__dormant__) fragments firmware: dtoverlay: Multiple overlay instances firmware: host_applications: Add dtmerge application See: https://www.raspberrypi.org/forums/viewtopic.php?f=107&t=139732 firmware: clock: Make clock logging less spammy. Can be enabled by host firmware: config: Remove unsupported config options firmware: Fix typos in comments See: raspberrypi/userland#299 firmware: hello_video: Remove the timout, to avoid the application quits before the ending of some videos See: raspberrypi#475
the IETF homenet working group has mandated that source specific routing be available in homenet devices.... and while it can be emulated using the ip -6 rule database, it is simpler, cleaner, and safer
to just enable IPV6_SUBTREES=y in the kernel build.
This functionality is used by babel and other source specific routing protocols.
Can this kernel option be enabled in future builds?
The text was updated successfully, but these errors were encountered: