On Mon, Jul 26, 2021 at 7:20 AM Jussi Maki <joamaki@xxxxxxxxx> wrote: > > In the tc_redirect test only use ping6 if it's available and > otherwise fall back to using "ping -6". > > Signed-off-by: Jussi Maki <joamaki@xxxxxxxxx> > --- The tests weren't broken per se, they just required a more particular environment set up. So I consider this an improvement rather than bug fix and applied this to bpf-next, where it's much more important to have all the tests passing in an ongoing fashion. Thanks! > .../selftests/bpf/prog_tests/tc_redirect.c | 23 ++++++++++++++----- > 1 file changed, 17 insertions(+), 6 deletions(-) > [...]