From: krause@sdbk.de (Sebastian D.B. Krause)
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Fix path in Documentation/networking/pktgen.txt (2.4.20-pre11)
Date: Wed, 16 Oct 2002 13:23:15 +0200 [thread overview]
Message-ID: <87r8eqvd98.fsf@sdbk.de> (raw)
Correct me if I'm wrong, but it seems that the path to pktgen's
proc-directory is wrong in the Documentation, because the directory
is /proc/net/pktgen/, not /proc/net/pg/. This little patch should fix
it:
--- Documentation/networking/pktgen.txt.orig Wed Oct 16 13:00:22 2002
+++ Documentation/networking/pktgen.txt Wed Oct 16 13:02:32 2002
@@ -6,7 +6,7 @@
3. Edit script to set preferred device and destination IP address.
3a. Create more scripts for different interfaces. Up to thirty-two
pktgen processes can be configured and run at once by using the
- 32 /proc/net/pg* files.
+ 32 /proc/net/pktgen/pg* files.
4. Run in shell: ". ipg"
5. After this two commands are defined:
A. "pg" to start generator and to get results.
@@ -52,7 +52,7 @@
modprobe pktgen
-PGDEV=/proc/net/pg/pg0
+PGDEV=/proc/net/pktgen/pg0
function pgset() {
local result
reply other threads:[~2002-10-16 11:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r8eqvd98.fsf@sdbk.de \
--to=krause@sdbk.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.