1#! /bin/sh
2# $Id: ip6tables_flush.sh,v 1.1 2012/04/24 22:13:41 nanard Exp $
3IPTABLES=/sbin/ip6tables
4
5#flush all rules owned by miniupnpd
6$IPTABLES -t filter -F MINIUPNPD
7
8