kernel/netgraph7: Fix panic
authorMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Sat, 24 Feb 2018 14:11:06 +0000 (14:11 +0000)
committerMarkus Pfeiffer <markus.pfeiffer@morphism.de>
Sat, 24 Feb 2018 14:11:06 +0000 (14:11 +0000)
commit8f27f4e5dca630fe1fa02b6ee147e1af1074b30f
treea0f97265b986b74dd6b92a77aab8eca62a146512
parent587e97edbb429d2e0eb678c189e6854749ae05b5
kernel/netgraph7: Fix panic

We just unset the M_HASH flag for the mbuf before queueing the
message to the netisr, making sure the handler doesn't run
on the wrong CPU.
sys/netgraph7/iface/ng_iface.c
sys/netgraph7/ng_ip_input.c