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

1.1       misho       1: #! /bin/sh
                      2: # $Id: ip6tables_display.sh,v 1.1 2012/04/24 22:13:41 nanard Exp $
                      3: IPTABLES=/sbin/ip6tables
                      4: 
                      5: #display all chains relative to miniupnpd
                      6: $IPTABLES -v -n -t filter -L FORWARD
                      7: $IPTABLES -v -n -t filter -L MINIUPNPD
                      8: 

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