]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ids.cgi: Also generate service ports file.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 24 Jul 2022 12:17:35 +0000 (14:17 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 4 Mar 2024 18:47:40 +0000 (19:47 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/ids.cgi

index 369bf0276021120ba1f51cfad13bf6c44d557f9a..817213924fe638a60a310907a6663763d13aa328 100644 (file)
@@ -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.