summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-01-11 07:17:33 +0000
committerume <ume@FreeBSD.org>2005-01-11 07:17:33 +0000
commit23e96af981204ab75ebfaa650780716143113575 (patch)
tree49bf03e06284d5650d1316e12b9871a112ca206a /sys/net/if_stf.c
parent28e58e1cdb0a56b5b9dc95e3bd8ed24f03beb8c7 (diff)
downloadFreeBSD-src-23e96af981204ab75ebfaa650780716143113575.zip
FreeBSD-src-23e96af981204ab75ebfaa650780716143113575.tar.gz
don't see NBPFILTER.
Diffstat (limited to 'sys/net/if_stf.c')
-rw-r--r--sys/net/if_stf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c
index 99c8264..36c6179 100644
--- a/sys/net/if_stf.c
+++ b/sys/net/if_stf.c
@@ -488,7 +488,6 @@ stf_output(ifp, m, dst, rt)
}
bcopy(ptr, &in4, sizeof(in4));
-#if NBPFILTER > 0
if (ifp->if_bpf) {
/*
* We need to prepend the address family as
@@ -500,7 +499,6 @@ stf_output(ifp, m, dst, rt)
u_int32_t af = AF_INET6;
bpf_mtap2(ifp->if_bpf, &af, sizeof(af), m);
}
-#endif /*NBPFILTER > 0*/
M_PREPEND(m, sizeof(struct ip), M_DONTWAIT);
if (m && m->m_len < sizeof(struct ip))
OpenPOWER on IntegriCloud