I'm using the following filter from lartc "ultimate PPP" example:
tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \It works fine, but when I remove the "burst 10k", I receive the following error:
0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1
"burst" requires "rate".
Illegal "police"
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?
Thanks,
Stas.
_______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc