From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b7yXj4bwXz2yTw for ; Fri, 30 May 2025 09:26:13 +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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b7yXj4LcZz2xqg for ; Fri, 30 May 2025 09:26:13 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4b7yXh5tMYzND for ; Fri, 30 May 2025 09:26:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1748597172; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=xebbzbbHQnzDUDyHM96vDJyhdjrnS/ek6jC08qHu7DU=; b=gfWevBWRjoBUEyvlVYWm78B2s4UaFcI1TRSOz5RH4UcpTt+A+ekna0Wu9m3SLg46BdDS0M vww3Q/8K7G0qQhCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1748597172; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=xebbzbbHQnzDUDyHM96vDJyhdjrnS/ek6jC08qHu7DU=; b=fqHBPOJ6Y+mCtAEelTr5+7zwKZsHY0A4QHCUKW2LVevjP5Lh9WkBsFMqmkGUrK4o6/pRp1 lSyE9xW3WO0zcjykPmnNkgEnwKVEJCfZURdMOWgieB9sgRbil9BVRJd7eDy99BRQaT8GXX G2oxKZNYJoZMOe3YD+viLoMQBHfpQGC4ZV+4ec1CqpLAU+f6TD3x3WzrB64AT6tgMY4gb1 gXA1B8zo3PWm4hcP7b0Llhhrp2/Eb9otvSeUoQZ7hNrADiFfweza/6+uep6cOMF4xA4874 FwRpRM6Cof+XKAUhvOIZYt8SpN0ML9UfAeGqSQjxZhHR3yzx8TOscNJcGCOMnA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4b7yXh4Y0mz2xZx; Fri, 30 May 2025 09:26:12 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2c386559184fc26f347fa1f37282badb51e6db6a X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: bfcc82ecc1e201116b140db006248ccb4519e877 X-Git-Newrev: 2c386559184fc26f347fa1f37282badb51e6db6a Message-Id: <4b7yXh4Y0mz2xZx@people01.haj.ipfire.org> Date: Fri, 30 May 2025 09:26:12 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 2c386559184fc26f347fa1f37282badb51e6db6a (commit) from bfcc82ecc1e201116b140db006248ccb4519e877 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2c386559184fc26f347fa1f37282badb51e6db6a Author: Stephen Cuka Date: Wed May 28 19:31:38 2025 -0600 manualpages: Fixbug13858 - Add doc link for Network/Aliases - Add missing documentation link for 'Network/Aliases'. Signed-off-by: Stephen Cuka Reviewed-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/cfgroot/manualpages | 1 + 1 file changed, 1 insertion(+) Difference in files: diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages index 354fd9c0e..41d6b599e 100644 --- a/config/cfgroot/manualpages +++ b/config/cfgroot/manualpages @@ -45,6 +45,7 @@ dnsforward.cgi=configuration/network/dnsforward routing.cgi=configuration/network/static mac.cgi=configuration/network/mac-address wakeonlan.cgi=configuration/network/wake-on-lan +aliases.cgi=configuration/network/aliases # Services menu vpnmain.cgi=configuration/services/ipsec hooks/post-receive -- IPFire 2.x development tree