mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Set ifq_maxlen. (to default IFQ_MAXLEN)
This commit is contained in:
parent
de9cfdd736
commit
39fb813864
1 changed files with 1 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ pdq_ifattach(
|
|||
ifp->if_ioctl = pdq_ifioctl;
|
||||
ifp->if_output = fddi_output;
|
||||
ifp->if_start = pdq_ifstart;
|
||||
ifp->if_snd.ifq_maxlen = IFQ_MAXLEN;
|
||||
#warning "Implement fddi_resolvemulti!"
|
||||
/* ifp->if_resolvemulti = ether_resolvemulti; XXX */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue