Page MenuHomeFreeBSD

ifnet: consistently call hooks when the interface gets up.
ClosedPublic

Authored by melifaro on May 30 2023, 12:16 PM.
Tags
None
Referenced Files
F164726416: D40332.diff
Mon, Aug 3, 9:08 AM
Unknown Object (File)
Fri, Jul 31, 1:38 AM
Unknown Object (File)
Tue, Jul 28, 9:42 PM
Unknown Object (File)
Fri, Jul 24, 7:10 PM
Unknown Object (File)
Wed, Jul 15, 8:51 AM
Unknown Object (File)
Mon, Jul 13, 2:59 PM
Unknown Object (File)
Sun, Jul 5, 8:37 PM
Unknown Object (File)
Jun 25 2026, 2:57 PM
Subscribers

Diff Detail

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

Event Timeline

sys/net/if.c
2233

We lose the call to in6_if_up() here. Is that deliberate, and if so, how sure are we that we're not missing any notifications for link up and subsequent start of DAD?

sys/net/if.c
2233

in6_if_up() is now called from the eventhandler hook

kp added inline comments.
sys/net/if.c
2233

Note to self: read the full diff next time. No, really, all of it.

This revision is now accepted and ready to land.May 30 2023, 12:48 PM