Page MenuHomeFreeBSD

Simplify nhop operations in ip_output().
ClosedPublic

Authored by melifaro on Aug 7 2021, 11:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 23, 3:32 PM
Unknown Object (File)
Fri, Mar 7, 3:36 AM
Unknown Object (File)
Mar 4 2025, 2:20 PM
Unknown Object (File)
Mar 4 2025, 1:29 PM
Unknown Object (File)
Mar 4 2025, 1:25 PM
Unknown Object (File)
Mar 4 2025, 10:14 AM
Unknown Object (File)
Mar 4 2025, 10:12 AM
Unknown Object (File)
Mar 4 2025, 10:11 AM
Subscribers

Details

Summary
  • Consistently use nh instead of always dereferencing ro->ro_nh inside the if block.
  • Always use nexthop mtu, as it provides guarantee that mtu is accurate.
  • Pass nh pointer to rt_update_ro_flags() to allow upcoming uses of updating ro flags based on different nexthop.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable