Page MenuHomeFreeBSD

Remove redundant checks of rtm_type in route_output()
AcceptedPublic

Authored by pkelsey on Apr 8 2017, 3:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 10:01 AM
Unknown Object (File)
Mon, May 6, 9:21 AM
Unknown Object (File)
Sat, May 4, 9:37 AM
Unknown Object (File)
Thu, May 2, 12:12 AM
Unknown Object (File)
Wed, May 1, 10:46 PM
Unknown Object (File)
Wed, May 1, 10:33 PM
Unknown Object (File)
Dec 20 2023, 1:24 AM
Unknown Object (File)
Jul 5 2023, 9:18 AM
Subscribers

Details

Reviewers
melifaro
ae
Summary

The RTM_CHANGE and RTM_LOCK cases were decoupled from the
RTM_GET case in r264986, so since then rtm_type is always RTM_GET in
this stretch of code.

The comment in the RADIX_MPATH section was also updated accordingly.

Diff Detail