summaryrefslogtreecommitdiff
path: root/proto_ipv6_no_nxt_hdr.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-06-08 16:01:13 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-06-08 16:03:29 +0200
commitb7ece46f62b1fbece160cc7bd2905a6d0d3970a9 (patch)
tree738419a37cd797b5ecbd930d43ff0d5440177c0f /proto_ipv6_no_nxt_hdr.c
parentc00c007be4a00f299bde428068b4f93698256ee8 (diff)
netsniff-ng: nlmsg: Fix build for older kernel headers
IFA_FLAGS and RTPROT_MROUTED might not be defined on older kernel versions (as is evident from the Travis CI build failing [1]). Fix it by conditionally using the two definitions. [1] https://travis-ci.org/netsniff-ng/netsniff-ng/jobs/65887691 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_ipv6_no_nxt_hdr.c')
0 files changed, 0 insertions, 0 deletions
ivepatch: make object/func-walking helpers more robust livepatch: Add some basic livepatch documentation powerpc/livepatch: Add live patching support on ppc64le powerpc/livepatch: Add livepatch stack to struct thread_info powerpc/livepatch: Add livepatch header livepatch: Allow architectures to specify an alternate ftrace location ftrace: Make ftrace_location_range() global livepatch: robustify klp_register_patch() API error checking Documentation: livepatch: outline Elf format and requirements for patch modules livepatch: reuse module loader code to write relocations module: s390: keep mod_arch_specific for livepatch modules module: preserve Elf information for livepatch modules Elf: add livepatch-specific Elf constants
Diffstat (limited to 'Documentation/fb')