Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/net/if_clone.c 183210 2008-09-20 19:38:37Z thompsa $
---
> * $FreeBSD: head/sys/net/if_clone.c 191816 2009-05-05 10:56:12Z zec $
41a42
> #include <sys/vimage.h>
51a53
> #include <net/vnet.h>
206,209c208,209
< if (ifc->ifc_destroy == NULL) {
< err = EOPNOTSUPP;
< goto done;
< }
---
> if (ifc->ifc_destroy == NULL)
> return(EOPNOTSUPP);
214a215
> CURVNET_SET_QUIET(ifp->if_vnet);
226,227c227
<
< done:
---
> CURVNET_RESTORE();