File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / netfilter / ip6tables_flush.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 00:32:35 2013 UTC (10 years, 10 months ago) by misho
Branches: elwix, MAIN
CVS tags: v1_8p0, v1_8, HEAD
1.8

#! /bin/sh
# $Id: ip6tables_flush.sh,v 1.1.1.1 2013/07/22 00:32:35 misho Exp $
IPTABLES=/sbin/ip6tables

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


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