]> git.itanic.dy.fi Git - linux-stable/commit
samples/bpf: Fix tc and ip paths in xdp2skb_meta.sh
authorTaeung Song <treeze.taeung@gmail.com>
Mon, 9 Jul 2018 17:51:21 +0000 (02:51 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Aug 2018 11:07:06 +0000 (13:07 +0200)
commitab85798979f1f470d64227628ed581fa0d341bfe
tree6eabccf1cf3df0235a6ca54e205a006a1aeea82b
parent276dbd6801de8445807021704a5fb19e25d57dc4
samples/bpf: Fix tc and ip paths in xdp2skb_meta.sh

[ Upstream commit b9626f45abccd044f8048269c67720f0719f2d4e ]

The below path error can occur:

  # ./xdp2skb_meta.sh --dev eth0 --list
  ./xdp2skb_meta.sh: line 61: /usr/sbin/tc: No such file or directory

So just use command names instead of absolute paths of tc and ip.
In addition, it allow callers to redefine $TC and $IP paths

Fixes: 36e04a2d78d9 ("samples/bpf: xdp2skb_meta shows transferring info from XDP to SKB")
Reviewed-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
samples/bpf/xdp2skb_meta.sh