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
Unknown Object (File)
Fri, Sep 1, 1:08 AM
Unknown Object (File)
Aug 15 2023, 4:48 PM
Unknown Object (File)
Aug 13 2023, 7:26 AM
Unknown Object (File)
Aug 7 2023, 2:58 PM
Unknown Object (File)
Aug 2 2023, 6:43 PM
Unknown Object (File)
Jul 20 2023, 5:25 AM
Unknown Object (File)
Jul 18 2023, 11:17 AM
Unknown Object (File)
Jul 16 2023, 6:40 AM
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