aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevi Zim <[email protected]>2024-10-21 21:55:49 +0800
committerJakub Kicinski <[email protected]>2024-10-28 15:47:10 -0700
commitb935252cc2983d3bcb306fef5bf838e255bab631 (patch)
treed6fa384d128313bc6a49e7ab36302a177b359ad0
parente31a8219fbfcf9dc65ba1e1c10cade12b6754e00 (diff)
docs: networking: packet_mmap: replace dead links with archive.org links
The original link returns 404 now. This commit replaces the dead google site link with archive.org link. Signed-off-by: Levi Zim <[email protected]> Reviewed-by: Willem de Bruijn <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r--Documentation/networking/packet_mmap.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/networking/packet_mmap.rst b/Documentation/networking/packet_mmap.rst
index dca15d15feaf..02370786e77b 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Ă³ <[email protected]>
@@ -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::