commit | 78a9cf6143e2d4fb4dd48dde529b24cd5b6bf0e0 | [log] [tgz] |
---|---|---|
author | Leonard Crestez <cdleonard@gmail.com> | Fri Oct 15 10:26:06 2021 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 15 14:36:57 2021 +0100 |
tree | bbfa08adc354ad264d9816ee8817a7553991605e | |
parent | a76c2315bec7afeb9bafe776fe532106fa0a8b05 [diff] |
selftests: nettest: Add --{force,no}-bind-key-ifindex These options allow explicit control over the TCP_MD5SIG_FLAG_IFINDEX flag instead of always setting it based on binding to an interface. Do this by converting to getopt_long because nettest has too many single-character flags already and getopt_long is widely used in selftests. Signed-off-by: Leonard Crestez <cdleonard@gmail.com> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>