[Bug 248958] pptpd + vlan panic
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 2 11:49:41 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248958
--- Comment #5 from commit-hook at FreeBSD.org ---
A commit references this bug:
Author: kp
Date: Wed Sep 2 11:49:23 UTC 2020
New revision: 365246
URL: https://svnweb.freebsd.org/changeset/base/365246
Log:
ng_ether: Enter NET_EPOCH where required
We must enter NET_EPOCH before calling ether_output_frame(). Several of the
functions it calls (pfil_run_hooks, if_transmit) expect to be running in the
NET_EPOCH.
While here remove an unneeded EPOCH entry (which wasn't wide enough to cover
BRIDGE_INPUT).
PR: 248958
Reviewed by: glebius, bz (previous version), melifaro (previous version)
Tested by: manu
Differential Revision: https://reviews.freebsd.org/D26226
Changes:
head/sys/netgraph/ng_ether.c
head/sys/netgraph/ng_pppoe.c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list