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

1.1       misho       1: #! /bin/sh
1.1.1.2 ! misho       2: # $Id: iptables_flush.sh,v 1.3 2011/05/16 12:11:37 nanard Exp $
        !             3: IPTABLES=/sbin/iptables
1.1       misho       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>