File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / netfilter / iptables_flush.sh
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:16:02 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: #! /bin/sh
    2: # $Id: iptables_flush.sh,v 1.1 2012/02/21 23:16:02 misho 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>