...I did it, just sniffing the traffic generated by the web interface while I was setting the filter, and looking into the frames
So, the commands are:
Code:
# echo "begin;lan0:flan:settings/0.0.0.0/block=1;end"|cm_cli -l
to block all traffic, and
Code:
# echo "begin;lan0:flan:settings/0.0.0.0/block=0;end"|cm_cli -l
to unblock it.
...Obviously, you must add "logic:command/save;" to the above commands, if you want to permanently save your setting.
It's possible to check the state too (blocked/unblocked), using
Code:
# echo "begin;lan0:flan:settings/0.0.0.0/block;end"|cm_cli -l
that will return 0 (=unblocked) or 1 (=blocked).
Thank you for your help

Regards