diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-13 11:41:16 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-13 11:41:16 +0000 |
commit | 4095fd452105ecd782eb36715ab757b016067265 (patch) | |
tree | 6b9e145ec80991bcbb1ad64377060746d5e945d2 /sys/net/if_mpw.c | |
parent | c5b4512b534b6cf6f0dd6de99dfb502336b20d00 (diff) |
We're always ready! So send IFQ_SET_READY() to the bitbucket.
Diffstat (limited to 'sys/net/if_mpw.c')
-rw-r--r-- | sys/net/if_mpw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_mpw.c b/sys/net/if_mpw.c index 8e8159f09e0..ae309f470ea 100644 --- a/sys/net/if_mpw.c +++ b/sys/net/if_mpw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mpw.c,v 1.13 2016/03/09 04:19:43 dlg Exp $ */ +/* $OpenBSD: if_mpw.c,v 1.14 2016/04/13 11:41:15 mpi Exp $ */ /* * Copyright (c) 2015 Rafael Zalamena <rzalamena@openbsd.org> @@ -98,7 +98,6 @@ mpw_clone_create(struct if_clone *ifc, int unit) ifp->if_type = IFT_MPLSTUNNEL; ifp->if_hdrlen = ETHER_HDR_LEN; IFQ_SET_MAXLEN(&ifp->if_snd, IFQ_MAXLEN); - IFQ_SET_READY(&ifp->if_snd); if_attach(ifp); if_alloc_sadl(ifp); |