Page MenuHomeFreeBSD

netlink: Fix RTA_MULTIPATH on RTM_GETROUTE
ClosedPublic

Authored by pouria on Mar 31 2026, 4:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 2, 4:24 AM
Unknown Object (File)
Sun, Aug 2, 3:45 AM
Unknown Object (File)
Thu, Jul 30, 4:19 PM
Unknown Object (File)
Thu, Jul 30, 7:58 AM
Unknown Object (File)
Wed, Jul 29, 1:10 PM
Unknown Object (File)
Tue, Jul 28, 4:32 PM
Unknown Object (File)
Mon, Jul 27, 2:34 AM
Unknown Object (File)
Wed, Jul 22, 8:09 AM
Subscribers

Details

Summary

Before this patch, netlink never returned RTA_MULTIPATH.
Also, add RTA_MULTIPATH attribute in way that don't confuse
non-mpath support consumers.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 72065
Build 68948: arc lint + arc unit

Event Timeline

sys/netlink/route/rt.c
189

For reviewers, Without this, non-mpath aware apps can't find their gw, therefore, we choose one here for netlink users. see line 658 below.

349–353

For reviewers, without these changes here + removal of nhop_select_func() from line 658 it was impossible to return RTA_MULTIPATH.
Since we overwrite nhgrp of rnd by nhop_select_func() to nhop. So this patch will restore the intended behavior.

This comment was removed by pouria.

Also return the weight of selected nhop from nhgrp.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 30 2026, 10:08 PM
This revision was automatically updated to reflect the committed changes.