From e6fcf1f0f2c58cf38fad98d1d8b00a3b7ebd3070 Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Sat, 30 Apr 2016 17:39:16 +0300 Subject: trafgen: parser: Replace 'mtype' by 'type' After splitting etype & type to different tokens it is possible to use 'type' for ICMP type field which is used by RFC. Signed-off-by: Vadim Kochan Signed-off-by: Tobias Klauser --- trafgen.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trafgen.8') diff --git a/trafgen.8 b/trafgen.8 index 3075daa..b011276 100644 --- a/trafgen.8 +++ b/trafgen.8 @@ -500,11 +500,11 @@ By default, if the lower level header is Ethernet, its EtherType field is set to .I ICMPv6 : -.B icmp6|icmpv6(mtype=, echorequest, echoreply, code=, +.B icmp6|icmpv6(type=, echorequest, echoreply, code=, .B csum=) .sp .in +4 -.B mtype +.B type - Message type (default: 0) .sp .B code -- cgit v1.2.3-54-g00ecf