From patchwork Sun Mar 20 10:48:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 5368 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KLvch3RGVz3wtb for ; Sun, 20 Mar 2022 10:48:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KLvcg2y6Yz4gy; Sun, 20 Mar 2022 10:48:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KLvcg2Hlzz2yWQ; Sun, 20 Mar 2022 10:48:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KLvcf3vKmz2xrP for ; Sun, 20 Mar 2022 10:48:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KLvcd58jhz1PB for ; Sun, 20 Mar 2022 10:48:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1647773330; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ukR7+MM/RYPjTzTngmkdvXJFpj8uzAuXcTZM3/0gMSo=; b=/e1wRiqTJ3OuGgEP6X6K/EFoDFRLsjmSptPqVOwJAAf13g7I2n6E28BE6STYU/e/278e4u OqpkeBy2BhDxHwDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1647773330; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ukR7+MM/RYPjTzTngmkdvXJFpj8uzAuXcTZM3/0gMSo=; b=MwDixqIRKSc/Ui5iAWhwKNGdArbB5wk2D2REtkj4FNgM7EAjGmmQZe3LW65sVgAPm0iIYj s9GqOVdOoc1MKWhLOFRyyzJk5JnY1UdXWZ8kGfV+eFIQjbZ8utIz2FVHyuKLEkJWH0eO8U 8XUyUstLTV1eet5uyDgG7vmrL0hf4Kc9rPE/TlLANV2hNP9MZy2E8VrNjTQuKgpy6Aq1bH bHX5//0xh97NP/5+ELXOtNl/LQ9YUUivjEu/P/QqnEm7eBDoEI2TpUv8nxZoJNGcpEq/jS 6/wBGX1gr+jtqHTtV+5ZOHeuNCDcxJyAJ9OLkVUmnHGVW/E//kv3REFs5ajbTQ== Message-ID: <8312296c-b78c-2d44-b66e-cd066acc3a95@ipfire.org> Date: Sun, 20 Mar 2022 10:48:46 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] connections.cgi: Update links to SANS ISC X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes: #12783 Signed-off-by: Peter Müller --- html/cgi-bin/connections.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index 7f06a5594..771728d88 100644 --- a/html/cgi-bin/connections.cgi +++ b/html/cgi-bin/connections.cgi @@ -589,7 +589,7 @@ foreach my $line (@conntrack) { } $sport_extra = "> "; - $sport_extra .= ""; + $sport_extra .= ""; $sport_extra .= " $sport_ret"; $sport_extra .= ""; } @@ -602,7 +602,7 @@ foreach my $line (@conntrack) { } $dport_extra = "> "; - $dport_extra .= ""; + $dport_extra .= ""; $dport_extra .= " $dport_ret"; $dport_extra .= ""; } @@ -617,7 +617,7 @@ foreach my $line (@conntrack) { $sip_extra - + $sport $sport_extra @@ -632,7 +632,7 @@ foreach my $line (@conntrack) { $dip_extra - + $dport $dport_extra