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

1.1       misho       1: #! /bin/sh
                      2: # $Id: iptables_display.sh,v 1.3 2006/11/23 12:32:56 nanard Exp $
                      3: IPTABLES=iptables
                      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>