]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commit
connections.cgi: Parse conntrack table without loading it all first
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Apr 2024 11:43:49 +0000 (13:43 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Aug 2024 12:26:53 +0000 (14:26 +0200)
commit60d90975114bff2c351161ae138b563aa750d38c
treea0623112ddb916c594f2226c82d1ed0fb0fec746
parent7f2fbf2767167e250d8fe48b33102ed04a11efc0
connections.cgi: Parse conntrack table without loading it all first

We used to load the entire table into memory which is very unnecessary
because we can parse it one line at a time.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/connections.cgi