diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2001-12-17 07:49:34 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2001-12-17 07:49:34 +0000 |
| commit | 29410449c10ab9323c24526fe83a8a4db9f8e173 (patch) | |
| tree | 868ccc8e88faae2d1b1df58edfbeb10ec6c082e8 /sys/net | |
| parent | 2ae4ee833d6aff8c062f3a03ee6821c9ec61d633 (diff) | |
Notes
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/if_faith.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_faith.c b/sys/net/if_faith.c index 585cf1dd2bf0..84de3eed07d8 100644 --- a/sys/net/if_faith.c +++ b/sys/net/if_faith.c @@ -212,6 +212,7 @@ faith_clone_create(ifc, unit) sc->sc_if.if_type = IFT_FAITH; sc->sc_if.if_hdrlen = 0; sc->sc_if.if_addrlen = 0; + sc->sc_if.if_snd.ifq_maxlen = ifqmaxlen; if_attach(&sc->sc_if); bpfattach(&sc->sc_if, DLT_NULL, sizeof(u_int)); LIST_INSERT_HEAD(&faith_softc_list, sc, sc_list); |
