File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / netfilter / iptables_flush.sh
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:55:57 2012 UTC (12 years ago) by misho
Branches: miniupnpd, elwix, MAIN
CVS tags: v1_8p0, v1_8, v1_6elwix, HEAD
miniupnpd 1.6+patches

#! /bin/sh
# $Id: iptables_flush.sh,v 1.1.1.2 2012/05/29 12:55:57 misho Exp $
IPTABLES=/sbin/iptables

#flush all rules owned by miniupnpd
$IPTABLES -t nat -F MINIUPNPD
$IPTABLES -t filter -F MINIUPNPD


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