Re: limit of 62 queues? ( hfsc )

2003-06-30 Thread Henning Brauer
On Sun, Jun 29, 2003 at 08:50:52PM -0600, jared r r spiegel wrote: > On Sat, Jun 28, 2003 at 11:37:06PM -0600, jared r r spiegel wrote: > > > > pfctl: DIOCADDALTQ: Invalid argument. > > here's an odd one ( they're all odd to me ). > i've now made two altq declarations. > one on the interna

Re: limit of 62 queues? ( hfsc )

2003-06-29 Thread jared r r spiegel
On Sat, Jun 28, 2003 at 11:37:06PM -0600, jared r r spiegel wrote: > > pfctl: DIOCADDALTQ: Invalid argument. here's an odd one ( they're all odd to me ). i've now made two altq declarations. one on the internal interface: ( cbq, consisting of 118 queues total, parents and/or children )

Re: limit of 62 queues? ( hfsc )

2003-06-29 Thread Henning Brauer
there are limits on the number of queues. for cbq it's twohundredsomething, for hfsc, I had to look ;-) On Sat, Jun 28, 2003 at 11:37:06PM -0600, jared r r spiegel wrote: > > aloha. > > i'm messing with a pf.conf trying hfsc queues; i'm probably > creating more complexity than i need here

Re: limit of 62 queues? ( hfsc )

2003-06-29 Thread jared r r spiegel
On Sat, Jun 28, 2003 at 11:37:06PM -0600, jared r r spiegel wrote: > curiosity, is there meant to be a limit of 62 queues for hfsc > type queues, or a limit of 62 in general ? duh. /usr/src/sys/altq/altq_hfsc.h /* special class handles */ #define HFSC_NULLCLASS_HANDLE 0 #define HFSC_ROO

limit of 62 queues? ( hfsc )

2003-06-28 Thread jared r r spiegel
aloha. i'm messing with a pf.conf trying hfsc queues; i'm probably creating more complexity than i need here -- but just out of curiosity, is there meant to be a limit of 62 queues for hfsc type queues, or a limit of 62 in general ? in the main, "work-in-progress" pf.conf, i have tw