After wizard: errors in queue definition
-
Hi!
I get the message:
There were error(s) loading the rules: /tmp/rules.debug:352: errors in queue definition - The line in question reads [352]: queue qLink on igc5 priority 2 qlimit 500 priq ( ecn , default )
@ 2023-06-19 19:23:34igc5 is the lan interface. I recreated the shaper several times. The error always comes up again.
The rules look like this:
altq on igc5 priq queue { qLink, qACK, qP2P, qVoIP, qOthersHigh, qOthersLow }
queue qLink on igc5 priority 2 qlimit 500 priq ( ecn , default )
queue qACK on igc5 priority 6 priq ( ecn )
queue qP2P on igc5 priority 1 priq ( ecn )
queue qVoIP on igc5 priority 7 priq ( ecn )
queue qOthersHigh on igc5 priority 4 priq ( ecn )
queue qOthersLow on igc5 priority 3 priq ( ecn )Other rules look like this, and don't throw errors:
altq on igc4.215 priq queue { qLink, qACK, qP2P, qVoIP, qOthersHigh, qOthersLow }
queue qLink on igc4.215 priority 2 qlimit 500 priq ( ecn , default )
queue qACK on igc4.215 priority 6 priq ( ecn )
queue qP2P on igc4.215 priority 1 priq ( ecn )
queue qVoIP on igc4.215 priority 7 priq ( ecn )
queue qOthersHigh on igc4.215 priority 4 priq ( ecn )
queue qOthersLow on igc4.215 priority 3 priq ( ecn )The rules on error look like the others. What's different or wrong with igc5?
Thanks!
-demux