Skip to content

Commit b935252

Browse files
kxxtkuba-moo
authored andcommitted
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 <rsworktech@outlook.com> Reviewed-by: Willem de Bruijn <willemb@google.com> Link: https://patch.msgid.link/20241021-packet_mmap_fix_link-v1-1-dffae4a174c0@outlook.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent e31a821 commit b935252

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/networking/packet_mmap.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ii) transmit network traffic, or any other that needs raw
1616

1717
Howto can be found at:
1818

19-
https://sites.google.com/site/packetmmap/
19+
https://web.archive.org/web/20220404160947/https://sites.google.com/site/packetmmap/
2020

2121
Please send your comments to
2222
- Ulisses Alonso Camaró <uaca@i.hate.spam.alumni.uv.es>
@@ -166,7 +166,8 @@ As capture, each frame contains two parts::
166166
/* bind socket to eth0 */
167167
bind(this->socket, (struct sockaddr *)&my_addr, sizeof(struct sockaddr_ll));
168168

169-
A complete tutorial is available at: https://sites.google.com/site/packetmmap/
169+
A complete tutorial is available at:
170+
https://web.archive.org/web/20220404160947/https://sites.google.com/site/packetmmap/
170171

171172
By default, the user should put data at::
172173

0 commit comments

Comments
 (0)