]> git.proxmox.com Git - mirror_iproute2.git/commit - lib/bpf.c
tc, bpf: use bind/type macros from gelf
authorDaniel Borkmann <daniel@iogearbox.net>
Sun, 7 Feb 2016 01:11:53 +0000 (02:11 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 7 Feb 2016 19:27:38 +0000 (11:27 -0800)
commit5230a2ede099ed3141dc9495ee7b98c0b7ef2b10
tree2e48df459fa42ca17d4ab43eb8b1167050bdfaa7
parenta576c6b977f275ae5ffc0e94135c26b18ce5138a
tc, bpf: use bind/type macros from gelf

Don't reimplement them and rather use the macros from the gelf header,
that is, GELF_ST_BIND()/GELF_ST_TYPE().

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