hi all
i want to use the counters for statistic stuff. i already have a working example. but i want to get numbers for pakets, which i acutally have no rule for (e.g. all incoming traffic).
is there a dummy target? like:
$IPTABLES -t mangle -A PREROUTING -m physdev --physdev-in $INET_IF -j DUMMY
dummy target: do nothing, do not terminate, do just increment counters.
cheers moritz