selftests: pmtu: fix init mtu value in description
authorHangbin Liu <liuhangbin@gmail.com>
Fri, 20 Dec 2019 07:08:06 +0000 (15:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Jan 2020 11:21:45 +0000 (12:21 +0100)
commit8b8cd873c727b8aa3e809d1d071b82f3f1968a53
tree50d625e0a2cded4ee0730a14adbe02f4f283f795
parentf08f00f1ca3b912d64902c8cfea5e7059242602e
selftests: pmtu: fix init mtu value in description

[ Upstream commit 152044775d0b9a9ed9509caed40efcba2677951d ]

There is no a_r3, a_r4 in the testing topology.
It should be b_r1, b_r2. Also b_r1 mtu is 1400 and b_r2 mtu is 1500.

Fixes: e44e428f59e4 ("selftests: pmtu: add basic IPv4 and IPv6 PMTU tests")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/net/pmtu.sh