Merge branch 'kselftest-rtnetlink'
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Sep 2023 08:34:06 +0000 (09:34 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Sep 2023 08:34:06 +0000 (09:34 +0100)
Daniel Mendes says:

====================
kselftest: rtnetlink: add additional command line options

Many other tests implement options like verbose, pause, and pause
on failure. These patches just add these options to rtnetlink.sh.
The same conventions are used as the tests that already have this
functionality: eg verbose is 0 or 1 but PAUSE is "yes" or "no".
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge