summaryrefslogtreecommitdiff
path: root/dissector.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-06-13 11:10:38 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-06-13 11:10:38 +0200
commitf3322c651a75948c2a562be6cda62b4fc2bf0a89 (patch)
tree515f468c478c8be2e4c560904aaca4e42d213f8b /dissector.h
parent7a78872dc5fa22c834d12e1f909c4fdf68da1879 (diff)
flowtop: Include netlink dissector to fix build temporarily
flowtop links in the dissector modules just for the TC/UDP port lookup feature. Since dissector.h now includes libnl headers, we also need to include the libnl CFLAGS for flowtop build and thus also make it depend on libnl. The real fix for this in the future would be to extract the port lookup from dissector_eth.c and the just link in this module into flowtop instead of the entire dissector stuff. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'dissector.h')
0 files changed, 0 insertions, 0 deletions
e(s) from being removed * tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dm table: fix missing dm_put_target_type() in dm_table_add_target() dm rq: clear kworker_task if kthread_run() returned an error dm: free io_barrier after blk_cleanup_queue call dm raid: fix activation of existing raid4/10 devices dm mirror: use all available legs on multiple failures dm mirror: fix read error on recovery after default leg failure dm raid: fix compat_features validation
Diffstat (limited to 'Documentation')