]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8ca1d83b32279f14ef8b549e239d4e83cb4d6b53
treee3b52feda60e207e028a6d0f39507cc577cf2a78
parentaea39b7fa6a1e5fb729408f093bc371f18080d7c
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