-
Notifications
You must be signed in to change notification settings - Fork 177
Request: IPV6_MROUTE support in talos #1435
Description
Hello
Not sure if this is the correct place to be creating this issue, please let me know if it needs to be moved elsewhere.
I'm reaching out to understand if there is a reason why CONFIG_IPV6_MROUTE is disabled for Talos kernel builds.
I've been working on getting a thread border router working on my talos instances, and have been running into an issue where a component of this application (multicast_routing.cpp:226: Protocol not available) is falling over due to missing dependencies.
On review of their code, this function is calling MRT6_INIT, which links back to kernel mroute functionality initizalization, which is what has given me the link to this kernel feature flag.
I'm working on getting a dev environment up and running so that i can verify, on my end, that a this flag does resolve the issue without additional changes.
I'm mainly creating this in advance to determine if getting this enabled is a viable path if it turns out to be the solution.
Thanks in advance for your time.