<span class="gmail_quote"></span>Hi.<br><br>I'm using the following filter from lartc "ultimate PPP" example:<br><pre><font><font color="#000000">tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \
<br> <br><a href="http://0.0.0.0/0" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">0.0.0.0/0</a> police rate ${DOWNLINK}kbit burst 10k drop flowid :1</font></font></pre>It works fine, but when I remove the "burst 10k", I receive the following error:
<br><br>"burst" requires "rate".
<br>Illegal "police"<br><br>AFAIK, burst is how many bytes can be transferred over "rate" up to "ceil" and is an optional parameter, but here it is mandatory? Also, shouldn't the "ceil" parameter absence make this parameter useless?
<br><br>Thanks,<br><span class="sg">Stas.<br>
</span>