<span class="gmail_quote"></span>Hi.<br><br>I&#39;m using the following filter from lartc &quot;ultimate PPP&quot; 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 &quot;burst 10k&quot;, I receive the following error:
<br><br>&quot;burst&quot; requires &quot;rate&quot;.
<br>Illegal &quot;police&quot;<br><br>AFAIK, burst is how many bytes can be transferred over &quot;rate&quot; up to &quot;ceil&quot; and is an optional parameter, but here it is mandatory? Also, shouldn&#39;t the &quot;ceil&quot; parameter absence make this parameter useless?
<br><br>Thanks,<br><span class="sg">Stas.<br>
</span>