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)
Mon, May 18, 1:05 PM
Unknown Object (File)
Mon, May 18, 7:42 AM
Unknown Object (File)
Tue, May 12, 7:42 AM
Unknown Object (File)
Fri, May 8, 7:13 PM
Unknown Object (File)
Fri, May 1, 8:57 PM
Unknown Object (File)
Tue, Apr 28, 1:35 PM
Unknown Object (File)
Tue, Apr 28, 1:47 AM
Unknown Object (File)
Mon, Apr 27, 4:06 PM
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