Set ifq_maxlen to default (IFQ_MAXLEN).
This commit is contained in:
parent
33968c4550
commit
358fbd755e
@ -202,6 +202,7 @@ vxattach(sc)
|
||||
ifp->if_unit = sc->unit;
|
||||
ifp->if_name = "vx";
|
||||
ifp->if_mtu = ETHERMTU;
|
||||
ifp->if_snd.ifq_maxlen = IFQ_MAXLEN;
|
||||
ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
|
||||
ifp->if_output = ether_output;
|
||||
ifp->if_start = vxstart;
|
||||
|
Loading…
x
Reference in New Issue
Block a user