]> git.proxmox.com Git - mirror_iproute2.git/commit
bpf: fix mnt path when from env
authorDaniel Borkmann <daniel@iogearbox.net>
Sat, 22 Jul 2017 23:22:19 +0000 (01:22 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 25 Jul 2017 18:43:28 +0000 (11:43 -0700)
commit95ae9a4870e7dbf6a01c894da5aec146b59c0486
treebdcdbf86914c2fc1cd0bf8e3d0fc538212c57184
parentecb05c0f997dc94d3e811041bfd9ba18f08de06b
bpf: fix mnt path when from env

When bpf fs mount path is from env, behavior is currently broken as
we continue to search in default paths, thus fix this up.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
lib/bpf.c