Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/examples/var_service/fw/stat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (14 years ago) by niro
File size: 235 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 #!/bin/sh
2
3 echo; echo "* Firewall:"
4 {
5 echo '---FILTER--';
6 iptables -v -L -x -n;
7 echo '---NAT-----';
8 iptables -t nat -v -L -x -n;
9 echo '---MANGLE--';
10 iptables -t mangle -v -L -x -n;
11 } \
12 | grep -v '^$' | grep -Fv 'bytes target' | $PAGER

Properties

Name Value
svn:executable *