selftests: mlxsw: devlink_trap_tunnel_ipip: Send a full-length key
authorAmit Cohen <amcohen@nvidia.com>
Fri, 8 Oct 2021 13:12:41 +0000 (16:12 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Oct 2021 15:40:59 +0000 (16:40 +0100)
commit7f63cdde50302bcdf48c35afbb057a8d3d3e0d85
treee3b52feda60e207e028a6d0f39507cc577cf2a78
parent8bb0ebd52238972fd4c60280669103560838ab0d
selftests: mlxsw: devlink_trap_tunnel_ipip: Send a full-length key

As part of adding same test for GRE tunnel with IPv6 underlay, missing
bytes for key were found.

mausezahn does not fill zeros between two colons, so send them
explicitly. For example, use "00:00:00:E9:" instead of ":E9:"

Signed-off-by: Amit Cohen <amcohen@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/drivers/net/mlxsw/devlink_trap_tunnel_ipip.sh