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)
Dec 20 2023, 1:24 AM
Unknown Object (File)
Jul 5 2023, 9:18 AM
Unknown Object (File)
Mar 21 2023, 11:28 AM
Unknown Object (File)
Mar 3 2023, 5:29 AM
Unknown Object (File)
Apr 13 2017, 8:20 AM
Unknown Object (File)
Apr 9 2017, 4:38 PM
Unknown Object (File)
Apr 8 2017, 8:45 PM
Unknown Object (File)
Apr 8 2017, 8:38 PM
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