linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/networking/pktgen.txt: fix dst_mac and src_mac typo
@ 2012-10-17 12:47 Jan Tluka
  0 siblings, 0 replies; only message in thread
From: Jan Tluka @ 2012-10-17 12:47 UTC (permalink / raw)
  To: rob; +Cc: linux-doc, linux-kernel

Dst_mac and src_mac parameters are incorrectly written with missing
underscore - dstmac and srcmac. This typo can confuse the pktgen users.

Signed-off-by: Jan Tluka <jtluka@redhat.com>
---
 Documentation/networking/pktgen.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/pktgen.txt b/Documentation/networking/pktgen.txt
index 75e4fd7..76658c6 100644
--- a/Documentation/networking/pktgen.txt
+++ b/Documentation/networking/pktgen.txt
@@ -87,8 +87,8 @@ Examples:
  pgset "src_max 10.0.0.254"          Set the maximum source IP.
  pgset "dst6 fec0::1"     IPV6 destination address
  pgset "src6 fec0::2"     IPV6 source address
- pgset "dstmac 00:00:00:00:00:00"    sets MAC destination address
- pgset "srcmac 00:00:00:00:00:00"    sets MAC source address
+ pgset "dst_mac 00:00:00:00:00:00"    sets MAC destination address
+ pgset "src_mac 00:00:00:00:00:00"    sets MAC source address
 
  pgset "queue_map_min 0" Sets the min value of tx queue interval
  pgset "queue_map_max 7" Sets the max value of tx queue interval, for multiqueue devices
-- 
1.7.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-17 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 12:47 [PATCH] Documentation/networking/pktgen.txt: fix dst_mac and src_mac typo Jan Tluka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).