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 <jtl...@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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to