Details
Details
- Reviewers
kp - Group Reviewers
network - Commits
- rGa77facd27368: ifnet: consistently call hooks when the interface gets up.
Diff Detail
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 |
sys/net/if.c | ||
---|---|---|
2233 | Note to self: read the full diff next time. No, really, all of it. |