Re: [PATCH net-next] selftests: net: add missing config for GENEVE

2024-01-31 Thread Matthias May
On 31/01/2024 17:51, Jakub Kicinski wrote: On Tue, 30 Jan 2024 10:12:18 + Matthias May wrote: l2_tos_ttl_inherit.sh verifies the inheritance of tos and ttl for GRETAP, VXLAN and GENEVE. Before testing it checks if the required module is available and if not skips the tests accordingly

[PATCH net-next] selftests: net: add missing config for GENEVE

2024-01-30 Thread Matthias May
l2_tos_ttl_inherit.sh verifies the inheritance of tos and ttl for GRETAP, VXLAN and GENEVE. Before testing it checks if the required module is available and if not skips the tests accordingly. Currently only GRETAP and VXLAN are tested because the GENEVE module is missing. Signed-off-by: Matthias