libnl/lib/route
Dan Williams 9dc6e6da90 veth: add kernel header linux/veth.h for VETH defines
Similar to what's done with <linux/if_link.h>, make sure used defines
actually exist.  Otherwise building on even slightly older kernels
fails.

Taken from upstream kernel commit 1860e379875dfe7271c649058aeddffe5afd9d0d
(tag: v3.15), file 'include/uapi/linux/veth.h'.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-07-25 22:37:41 +02:00
..
act act: fix policy range check 2014-04-07 15:23:26 +02:00
cls u32: prevent memcpy from NULL 2014-06-25 09:16:48 +02:00
link veth: add kernel header linux/veth.h for VETH defines 2014-07-25 22:37:41 +02:00
qdisc add fq_codel qdisc 2013-11-22 10:13:39 +01:00
.gitignore Let git ignore generated pktloc source files 2010-07-03 15:56:07 +02:00
act.c act: fix the logic of parsing actions 2014-06-10 19:09:00 +02:00
addr.c route/addr: only sent IFA_FLAGS when needed to workaround picky older kernels 2014-04-04 16:31:36 +02:00
class.c tc: add co_groups for tc qdisc and filter 2014-07-16 10:59:25 +02:00
classid.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
cls.c tc: add co_groups for tc qdisc and filter 2014-07-16 10:59:25 +02:00
link.c route/link: fix dangling pointer after rtnl_link_get_ifalias(link, NULL) 2014-06-10 21:45:52 +02:00
neigh.c nl: Print file:line:func in debugging messages and provide --disable-debug to disable debugging 2013-04-02 11:39:30 +02:00
neightbl.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
nexthop.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
pktloc.c route/pktloc: read_pktlocs() always returned success status 2014-06-10 21:45:52 +02:00
pktloc_grammar.l Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
pktloc_syntax.y Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
qdisc.c tc: add co_groups for tc qdisc and filter 2014-07-16 10:59:25 +02:00
route.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
route_obj.c route: rtnl_route_build_msg() should not overwrite the route scope 2014-02-20 16:49:46 +01:00
route_utils.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
rtnl.c route: fix return value of nl_rtgen_request() 2014-01-31 14:46:13 +01:00
rule.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
tc.c tc: add co_groups for tc qdisc and filter 2014-07-16 10:59:25 +02:00