]> git.baikalelectronics.ru Git - kernel.git/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)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 10 Jul 2018 07:19:01 +0000 (09:19 +0200)
commit1ae45dd73c43475cfd54616b7d7981228ddafdae
tree50d60d8d9dd694390aaf33fb8347f5fa24b8af79
parenta4f5ee783b351eec921021990fc629d962c1b8a0
samples/bpf: Fix tc and ip paths in xdp2skb_meta.sh

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: 6ca974e5909d ("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>
samples/bpf/xdp2skb_meta.sh