Hi.
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 \
0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1
It works fine, but when I remove the "burst 10k", I receive the following
error:
"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
[email protected]
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc