diff options
author | kn <kn@cvs.openbsd.org> | 2020-08-21 22:59:28 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2020-08-21 22:59:28 +0000 |
commit | 644833183f92f26fdc593a2666334f3747262823 (patch) | |
tree | a3e558ade5afb9c424565bcc503f7c3ca0c4dbcb /sys/net/pf_table.c | |
parent | 16caca2618865515f29ef16afe11d119763d3f8b (diff) |
Leave default ifq_maxlen handling to ifq_init()
Most clonable interface drivers (except bridge, enc, loop, pppx,
switch, trunk and vlan) initialise the send queue's length to IFQ_MAXLEN
during *_clone_create() even though ifq_init(), which is eventually called
through if_attach(), does the same.
Remove all early "ifq_set_maxlen(&ifq->if_snd, IFQ_MAXLEN);" lines to leave
it to ifq_init() and have clonable drivers a tad more in sync.
OK mvs
Diffstat (limited to 'sys/net/pf_table.c')
0 files changed, 0 insertions, 0 deletions