summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_stf.c')
-rw-r--r--sys/net/if_stf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c
index f373eaa..bc644e9 100644
--- a/sys/net/if_stf.c
+++ b/sys/net/if_stf.c
@@ -92,6 +92,7 @@
#include <machine/cpu.h>
#include <sys/malloc.h>
+#include <sys/vimage.h>
#include <net/if.h>
#include <net/if_clone.h>
@@ -582,7 +583,7 @@ stf_checkaddr4(sc, in, inifp)
/*
* reject packets with broadcast
*/
- for (ia4 = TAILQ_FIRST(&in_ifaddrhead);
+ for (ia4 = TAILQ_FIRST(&V_in_ifaddrhead);
ia4;
ia4 = TAILQ_NEXT(ia4, ia_link))
{
OpenPOWER on IntegriCloud