Page MenuHomeFreeBSD

D35374.diff
No OneTemporary

D35374.diff

diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c
--- a/sys/netinet6/in6.c
+++ b/sys/netinet6/in6.c
@@ -2700,6 +2700,9 @@
struct lltable *llt;
bool need_purge;
+ if (ifp->if_afdata[AF_INET6] == NULL)
+ return;
+
llt = LLTABLE6(ifp);
IF_AFDATA_WLOCK(ifp);
need_purge = ((llt->llt_flags & LLT_ADDEDPROXY) != 0);

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 5, 4:08 PM (19 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16996244
Default Alt Text
D35374.diff (327 B)

Event Timeline