diff options
| -rw-r--r-- | sys/net/if_tun.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index b7ce584a31ff..b109a06e7f02 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -130,13 +130,6 @@ tunattach(dummy) ifp->if_output = tunoutput; ifp->if_flags = IFF_POINTOPOINT | IFF_MULTICAST; ifp->if_snd.ifq_maxlen = ifqmaxlen; - ifp->if_collisions = 0; - ifp->if_ierrors = 0; - ifp->if_oerrors = 0; - ifp->if_ipackets = 0; - ifp->if_opackets = 0; - ifp->if_ibytes = 0; - ifp->if_obytes = 0; if_attach(ifp); #if NBPFILTER > 0 bpfattach(ifp, DLT_NULL, sizeof(u_int)); |
