mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
ip6_output runs with the inp lock held, just like ip_output.
This commit is contained in:
parent
c889d48074
commit
ce9ac139d4
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ ip6_output(struct mbuf *m0, struct ip6_pktopts *opt,
|
|||
uint32_t id;
|
||||
|
||||
if (inp != NULL) {
|
||||
INP_LOCK_ASSERT(inp);
|
||||
M_SETFIB(m, inp->inp_inc.inc_fibnum);
|
||||
if ((flags & IP_NODEFAULTFLOWID) == 0) {
|
||||
/* unconditionally set flowid */
|
||||
|
|
|
|||
Loading…
Reference in a new issue