#!/bin/sh

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

exit 0
