Annotation of embedaddon/miniupnpd/netfilter/iptables_flush.sh, revision 1.1

1.1     ! misho       1: #! /bin/sh
        !             2: # $Id: iptables_flush.sh,v 1.2 2006/11/23 12:32:57 nanard Exp $
        !             3: IPTABLES=iptables
        !             4: 
        !             5: #flush all rules owned by miniupnpd
        !             6: $IPTABLES -t nat -F MINIUPNPD
        !             7: $IPTABLES -t filter -F MINIUPNPD
        !             8: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>