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

1.1       misho       1: #! /bin/sh
1.1.1.2 ! misho       2: # $Id: iptables_display.sh,v 1.4 2011/05/16 12:11:37 nanard Exp $
        !             3: IPTABLES=/sbin/iptables
1.1       misho       4: 
                      5: #display all chains relative to miniupnpd
                      6: $IPTABLES -v -n -t nat -L PREROUTING
                      7: $IPTABLES -v -n -t nat -L MINIUPNPD
                      8: $IPTABLES -v -n -t filter -L FORWARD
                      9: $IPTABLES -v -n -t filter -L MINIUPNPD
                     10: 

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