[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241021-packet_mmap_fix_link-v1-1-dffae4a174c0@outlook.com>
Date: Mon, 21 Oct 2024 21:55:49 +0800
From: Levi Zim via B4 Relay <devnull+rsworktech.outlook.com@...nel.org>
To: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, Simon Horman <horms@...nel.org>,
Jonathan Corbet <corbet@....net>
Cc: netdev@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, Levi Zim <rsworktech@...look.com>
Subject: [PATCH net] docs: networking: packet_mmap: replace dead links with
archive.org links
From: Levi Zim <rsworktech@...look.com>
The original link returns 404 now. This commit replaces the dead google
site link with archive.org link.
Signed-off-by: Levi Zim <rsworktech@...look.com>
---
The original link returns 404 now. This commit replaces the dead google
site link with archive.org link.
---
Documentation/networking/packet_mmap.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/networking/packet_mmap.rst b/Documentation/networking/packet_mmap.rst
index dca15d15feaf99ce44d2a73d857928c3eac56da0..02370786e77bc1219f75478cee07264ea12627b5 100644
--- a/Documentation/networking/packet_mmap.rst
+++ b/Documentation/networking/packet_mmap.rst
@@ -16,7 +16,7 @@ ii) transmit network traffic, or any other that needs raw
Howto can be found at:
- https://sites.google.com/site/packetmmap/
+ https://web.archive.org/web/20220404160947/https://sites.google.com/site/packetmmap/
Please send your comments to
- Ulisses Alonso CamarĂ³ <uaca@...ate.spam.alumni.uv.es>
@@ -166,7 +166,8 @@ As capture, each frame contains two parts::
/* bind socket to eth0 */
bind(this->socket, (struct sockaddr *)&my_addr, sizeof(struct sockaddr_ll));
- A complete tutorial is available at: https://sites.google.com/site/packetmmap/
+ A complete tutorial is available at:
+ https://web.archive.org/web/20220404160947/https://sites.google.com/site/packetmmap/
By default, the user should put data at::
---
base-commit: d95d9a31aceb2021084bc9b94647bc5b175e05e7
change-id: 20241021-packet_mmap_fix_link-e04dc7e7830e
Best regards,
--
Levi Zim <rsworktech@...look.com>
Powered by blists - more mailing lists