I am trying to set up queuing on my interface. It seems I can't use only PF for it because of ALTQ (altq not being implemented for USB ethernet adapters?).
So it seems like I need to set up a dummynet+ipfw for queuing first with fq_codel, and then PF will process normally.
Can I order the processing with
Seems also that that order of hooks needs to be set manually because otherwise it just puts it in the order that kernel modules are loaded. So what's the way to order them up on boot via rc.conf?
So it seems like I need to set up a dummynet+ipfw for queuing first with fq_codel, and then PF will process normally.
Can I order the processing with
pfilctl so it goes ethernet <-> ipfw <-> pf? Has anyone chained up and re-ordered packet processing that way before? [what a confusion that pfilctl is NOT related to PF firewall]Seems also that that order of hooks needs to be set manually because otherwise it just puts it in the order that kernel modules are loaded. So what's the way to order them up on boot via rc.conf?