Locietta / xanmod-kernel-WSL2

Xanmod kernel for WSL2, built by clang with ThinLTO enabled. Build & Release are automated by Github Action.
GNU General Public License v2.0
88 stars 20 forks source link

Enable Multipath Routing Support in Kernel Configuration #90

Closed 4-FLOSS-Free-Libre-Open-Source-Software closed 4 days ago

4-FLOSS-Free-Libre-Open-Source-Software commented 4 days ago

This pull request enables multipath routing support for both IPv4 and IPv6 in the kernel configuration. In try to fix

Changes:

Rationale:

Enabling these options allows for Equal-Cost Multi-Path (ECMP) routing, which improves network performance and redundancy by allowing multiple paths for routing traffic.


Please review and merge if appropriate.

Thank you.