iptstate wrapper for connections.cgi

This commit is contained in:
Arne Fitzenreiter
2008-05-26 17:35:47 +02:00
parent 87846bb3cb
commit f65b2fb8b6
5 changed files with 27 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ undef (@dummy);
my %netsettings=();
&General::readhash("${General::swroot}/ethernet/settings", \%netsettings);
open (ACTIVE, 'iptstate -1rbt |') or die 'Unable to open ip_conntrack';
open (ACTIVE, '/usr/local/bin/getiptstate |') or die 'Unable to open ip_conntrack';
my @active = <ACTIVE>;
close (ACTIVE);