diff options
Diffstat (limited to 'sys/net/if_gif.c')
-rw-r--r-- | sys/net/if_gif.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c index 57bfaab..be7fa9f 100644 --- a/sys/net/if_gif.c +++ b/sys/net/if_gif.c @@ -95,6 +95,12 @@ static struct mtx gif_mtx; static MALLOC_DEFINE(M_GIF, "gif", "Generic Tunnel Interface"); +#ifndef VIMAGE +#ifndef VIMAGE_GLOBALS +struct vnet_gif vnet_gif_0; +#endif +#endif + #ifdef VIMAGE_GLOBALS static LIST_HEAD(, gif_softc) gif_softc_list; static int max_gif_nesting; |