summaryrefslogtreecommitdiffstats
path: root/lib/route/link/vrf.c
Commit message (Expand)AuthorAgeFilesLines
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-2/+2
* include: include private linux headers with explicit pathThomas Haller2023-08-031-2/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-3/+7
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+1
* include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-311-1/+2
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* link/vrf: avoid coverity warning in rtnl_link_vrf_set_tableid() about CONSTAN...Thomas Haller2022-04-221-2/+2
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-2/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* route/vrf: initalize clone destination with NULL in vrf_clone()Jonas Johansson2018-03-121-0/+1
* route/vrf: add VRF supportDavid Ahern2015-11-011-0/+263