This pull request enables multipath routing support for both IPv4 and IPv6 in the kernel configuration. In try to fix
89
Changes:
Set CONFIG_IP_ROUTE_MULTIPATH=y
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.
This pull request enables multipath routing support for both IPv4 and IPv6 in the kernel configuration. In try to fix
89
Changes:
CONFIG_IP_ROUTE_MULTIPATH=y
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.