From: Stefan Schantl Date: Sun, 24 Jul 2022 12:17:35 +0000 (+0200) Subject: ids.cgi: Also generate service ports file. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=447afd77f7ae1c0c212ca674da5073a263faf248;p=people%2Fstevee%2Fipfire-2.x.git ids.cgi: Also generate service ports file. Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 369bf02760..817213924f 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -584,6 +584,9 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) { # Generate file to store the HTTP ports. &IDS::generate_http_ports_file(); + # Generate file which contains additional services and their ports. + &IDS::generate_service_ports_file(); + # Check if the IDS currently is running. if(&IDS::ids_is_running()) { # Check if ENABLE_IDS is set to on.