]> www.infradead.org Git - users/hch/configfs.git/commit
selftests: openvswitch: Add support for tunnel() key.
authorAaron Conole <aconole@redhat.com>
Tue, 25 Jun 2024 17:22:42 +0000 (13:22 -0400)
committerJakub Kicinski <kuba@kernel.org>
Thu, 27 Jun 2024 22:44:07 +0000 (15:44 -0700)
commitfefe3b7d6bec12a4018ea98469f569087d1d7980
tree93d85f299e666e2ec07aa2d9b234ab769061fa9b
parenta4126f90a35f53c4bce1f18bde6e477fa4d81f85
selftests: openvswitch: Add support for tunnel() key.

This will be used when setting details about the tunnel to use as
transport.  There is a difference between the ODP format between tunnel():
the 'key' flag is not actually a flag field, so we don't support it in the
same way that the vswitchd userspace supports displaying it.

Signed-off-by: Aaron Conole <aconole@redhat.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Tested-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240625172245.233874-5-aconole@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/openvswitch/ovs-dpctl.py