#!/bin/bash
/usr/sbin/ip6tables "$@"
status=$?
if [ $status -eq 3 ]; then exit 0; fi
exit $status
