https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257067
--- Comment #9 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b27e6e91d0ad1f87b296f7583d4f5d938d7a997c commit b27e6e91d0ad1f87b296f7583d4f5d938d7a997c Author: Aleksandr Fedorov <[email protected]> AuthorDate: 2022-02-09 19:00:50 +0000 Commit: Aleksandr Fedorov <[email protected]> CommitDate: 2022-02-09 19:00:50 +0000 ng pppoe(4): Add the required NET_EPOCH section to the hook disconnection function. Disconnecting hooks are called outside of NET_EPOCH, but ng_pppoe_disconnect() calls NG_SEND_DATA_ONLY() which should be called in NET_EPOCH. PR: 257067 Reported by: [email protected] Reviewed by: vmaffione (mentor), glebius, donner Approved by: vmaffione (mentor), glebius, donner Sponsored by: vstack.com Differential Revision: https://reviews.freebsd.org/D34185 sys/netgraph/ng_pppoe.c | 4 ++++ 1 file changed, 4 insertions(+) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
