Skip to content

Commit

Permalink
netinet*: fix partial scrub after ebb8c14
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Dec 23, 2020
1 parent b0f8d09 commit 1be6ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys/netinet/igmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ igmp_scrub_context(struct mbuf *m)
{

m->m_pkthdr.PH_loc.ptr = NULL;
m->m_pkthdr.rcvif = NULL;
m->m_pkthdr.flowid = 0;
}

Expand Down
1 change: 1 addition & 0 deletions sys/netinet6/mld6.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ mld_scrub_context(struct mbuf *m)
{

m->m_pkthdr.PH_loc.ptr = NULL;
m->m_pkthdr.rcvif = NULL;
m->m_pkthdr.flowid = 0;
}

Expand Down

0 comments on commit 1be6ef5

Please sign in to comment.