]> git.proxmox.com Git - mirror_iproute2.git/commit
bpf: minor fix in api and bpf_dump_error() usage
authorDaniel Borkmann <daniel@iogearbox.net>
Mon, 14 Dec 2015 15:57:32 +0000 (16:57 +0100)
committerStephen Hemminger <shemming@brocade.com>
Fri, 18 Dec 2015 01:22:25 +0000 (17:22 -0800)
commitfd7f9c7fd11fa926bda2edc8bc492e7515753a32
treecd89d1ab7f02f35e01aa461062a086cfc104c6d0
parent741c20b024f5f51bf194435fc4d79f34ae5c5481
bpf: minor fix in api and bpf_dump_error() usage

Fix a whitespace in bpf_dump_error() usage, and also a missing closing
bracket in ntohl() macro for eBPF programs.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
include/bpf_api.h
tc/tc_bpf.c