#!/bin/sh

if [ "$1" = "-V" ]; then
    iptables -V
fi

exit 0
