Re: [PATCH net-next v5 5/5] selftests/net: add vxlan localbind selftest

From: Ido Schimmel
Date: Wed Aug 13 2025 - 07:45:24 EST


On Tue, Aug 12, 2025 at 02:51:55PM +0200, Richard Gobert wrote:
> Test to make sure the localbind netlink option works
> in VXLAN interfaces.

Thanks for adding a test. A few clerical comments:

1. Indentation is inconsistent. Please convert to 8 characters tabs.

2. netdev CI started running shellcheck. I don't think you can eliminate
all the errors, but some can be easily fixed.

3. There's a blank line at the end of the file that should be removed.