Re: [PATCHv2 net] tc-testing: update geneve options match in tunnel_key unit tests

2020-06-20 Thread David Miller
From: Hangbin Liu Date: Fri, 19 Jun 2020 11:24:45 +0800 > Since iproute2 commit f72c3ad00f3b ("tc: m_tunnel_key: add options > support for vxlan"), the geneve opt output use key word "geneve_opts" > instead of "geneve_opt". To make compatibility for both old and new > iproute2, let's accept both

Re: [PATCHv2 net] tc-testing: update geneve options match in tunnel_key unit tests

2020-06-19 Thread Davide Caratti
thanks for the patch, On Fri, 2020-06-19 at 11:24 +0800, Hangbin Liu wrote: > Since iproute2 commit f72c3ad00f3b ("tc: m_tunnel_key: add options > support for vxlan"), the geneve opt output use key word "geneve_opts" > instead of "geneve_opt". To make compatibility for both old and new > iproute2,

Re: [PATCHv2 net] tc-testing: update geneve options match in tunnel_key unit tests

2020-06-18 Thread Simon Horman
On Fri, Jun 19, 2020 at 11:24:45AM +0800, Hangbin Liu wrote: > Since iproute2 commit f72c3ad00f3b ("tc: m_tunnel_key: add options > support for vxlan"), the geneve opt output use key word "geneve_opts" > instead of "geneve_opt". To make compatibility for both old and new > iproute2, let's accept bo

[PATCHv2 net] tc-testing: update geneve options match in tunnel_key unit tests

2020-06-18 Thread Hangbin Liu
Since iproute2 commit f72c3ad00f3b ("tc: m_tunnel_key: add options support for vxlan"), the geneve opt output use key word "geneve_opts" instead of "geneve_opt". To make compatibility for both old and new iproute2, let's accept both "geneve_opt" and "geneve_opts". Suggested-by: Davide Caratti Sig