miniupnpd 1.9 (20160113)
[tomato.git] / release / src / router / miniupnpd / netfilter / iptables_flush.sh
blob794f6e3b580346c74879cac54519a76f60c27240
1 #! /bin/sh
2 # $Id: iptables_flush.sh,v 1.4 2013/12/13 12:15:24 nanard Exp $
3 IPTABLES=/sbin/iptables
5 #flush all rules owned by miniupnpd
6 $IPTABLES -t nat -F MINIUPNPD
7 $IPTABLES -t nat -F MINIUPNPD-PCP-PEER
8 $IPTABLES -t filter -F MINIUPNPD
9 $IPTABLES -t mangle -F MINIUPNPD