Page MenuHomeFreeBSD

Finish r191148: replace rtentry with route in if_bridge.
ClosedPublic

Authored by melifaro on Apr 13 2020, 8:56 AM.
Tags
None
Referenced Files
F107412882: D24394.id70700.diff
Mon, Jan 13, 7:20 PM
Unknown Object (File)
Tue, Jan 7, 12:23 PM
Unknown Object (File)
Wed, Jan 1, 1:01 AM
Unknown Object (File)
Tue, Dec 31, 1:17 AM
Unknown Object (File)
Mon, Dec 30, 12:15 AM
Unknown Object (File)
Sun, Dec 29, 12:50 AM
Unknown Object (File)
Fri, Dec 27, 3:32 AM
Unknown Object (File)
Thu, Dec 26, 7:56 AM
Subscribers

Details

Summary

Generic if_output callback signature was modified to use struct route
instead of struct rtentry in r191148, back in 2009.

Quoting commit message:

Change if_output to take a struct route as its fourth argument in order
to allow passing a cached struct llentry * down to L2

Fix bridge_output() to match this signature and update the remaining comment in if_var.h.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30453
Build 28210: arc lint + arc unit

Event Timeline

melifaro retitled this revision from Finish r191148: replace rtentry with route. to Finish r191148: replace rtentry with route in if_bridge..
This revision is now accepted and ready to land.Apr 17 2020, 2:50 PM