Skip to content

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

Closed
dtaht opened this issue Mar 24, 2016 · 2 comments
Closed

IPV6_SUBTREES not enabled in kernel #1370

dtaht opened this issue Mar 24, 2016 · 2 comments

Comments

@dtaht
Copy link
Contributor

dtaht commented Mar 24, 2016

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?

popcornmix added a commit to raspberrypi/firmware that referenced this issue Apr 6, 2016
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
popcornmix added a commit to Hexxeh/rpi-firmware that referenced this issue Apr 6, 2016
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
@popcornmix
Copy link
Collaborator

This is now added. Can you rpi-update and test?

@dtaht
Copy link
Contributor Author

dtaht commented Apr 6, 2016

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
default from 2601:641:4103:56c0::/60 via fe80::100d:7fff:fe64:c990 dev eth0 proto 42 metric 1024
2601:641:4103:56c0::/60 from 2601:641:4103:56c0::/64 via fe80::100d:7fff:fe64:c990 dev eth0 proto 42 metric 1024

@dtaht dtaht closed this as completed Apr 6, 2016
XECDesign pushed a commit to RPi-Distro/firmware that referenced this issue May 4, 2016
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
neuschaefer pushed a commit to neuschaefer/raspi-binary-firmware that referenced this issue Feb 27, 2017
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants