mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
iptstate wrapper for connections.cgi
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user