FreeBSD/patches/344061.patch

21 lines
345 B
Diff

--- sys/netinet/if_ether.c 2019/02/12 21:08:44 344060
+++ sys/netinet/if_ether.c 2019/02/12 21:22:57 344061
@@ -1335,6 +1335,8 @@
return;
}
+ CURVNET_SET(ia->ia_ifa.ifa_ifp->if_vnet);
+
/*
* Drop lock while the ARP request is generated.
*/
@@ -1362,6 +1364,8 @@
ifa_free(&ia->ia_ifa);
}
}
+
+ CURVNET_RESTORE();
}
/*