aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-10-11 18:40:48 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-10-11 18:40:48 +0000
commita3af8d44a338bd514ec5422b66f91e0dd201b0a6 (patch)
tree5a272b75d9dcd6d6f7a02cac1fdcd1fda3030c06 /sys/net
parent7633b00424c0ca2689eef7a5eb65e0997df34382 (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_sl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c
index 483613a69aee..28cd048d5c42 100644
--- a/sys/net/if_sl.c
+++ b/sys/net/if_sl.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_sl.c 8.6 (Berkeley) 2/1/94
- * $Id: if_sl.c,v 1.43 1996/06/12 19:24:01 gpalmer Exp $
+ * $Id: if_sl.c,v 1.44 1996/06/24 21:56:39 gpalmer Exp $
*/
/*
@@ -224,6 +224,8 @@ slattach(dummy)
sc->sc_if.if_output = sloutput;
sc->sc_if.if_snd.ifq_maxlen = 50;
sc->sc_fastq.ifq_maxlen = 32;
+ sc->sc_if.if_linkmib = sc;
+ sc->sc_if.if_linkmiblen = sizeof *sc;
if_attach(&sc->sc_if);
#if NBPFILTER > 0
bpfattach(&sc->sc_if, DLT_SLIP, SLIP_HDRLEN);