Diff for /embedaddon/miniupnpd/netfilter/iptables_flush.sh between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 23:16:02 version 1.1.1.2, 2012/05/29 12:55:57
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # $Id$  # $Id$
IPTABLES=iptablesIPTABLES=/sbin/iptables
   
 #flush all rules owned by miniupnpd  #flush all rules owned by miniupnpd
 $IPTABLES -t nat -F MINIUPNPD  $IPTABLES -t nat -F MINIUPNPD

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


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