tazpanel rev 131

network.cgi: add IP Connections
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 16 13:31:26 2011 +0200 (2011-04-16)
parents 2b8fdf8a45aa
children c07de0cc4dbc
files network.cgi
line diff
     1.1 --- a/network.cgi	Sat Apr 16 13:22:34 2011 +0200
     1.2 +++ b/network.cgi	Sat Apr 16 13:31:26 2011 +0200
     1.3 @@ -260,6 +260,11 @@
     1.4  <pre>
     1.5  $(arp)
     1.6  </pre>
     1.7 +
     1.8 +<h3>`gettext "IP Connections"`</h3>
     1.9 +<pre>
    1.10 +$(netstat -anp 2> /dev/null | sed '/UNIX domain sockets/,$d')
    1.11 +</pre>
    1.12  EOT
    1.13  		;;
    1.14  esac