summaryrefslogtreecommitdiffstats
path: root/lib/route/route_obj.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-3/+5
* route: treat routes with via nexthops as universe scoped as wellJonas Gorski2024-05-291-1/+1
* route: add missing priority to route_keygen() debug printJonas Gorski2024-05-171-4/+5
* route: expose nexthop id attributeJonas Gorski2024-05-171-1/+34
* route: drop unused fields from "struct rtnl_route"Thomas Haller2024-05-171-2/+0
* route: use the new helper function for comparing nexthopsJonas Gorski2024-05-141-12/+4
* route: fix IPv6 ecmp route deleted nexthop matchingJonas Gorski2024-05-071-1/+9
* core: always define statements for NL_DBG()Thomas Haller2024-04-221-4/+0
* build: always define NL_DEBUGThomas Haller2024-04-221-2/+2
* 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-1/+4
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+29
* route: move "include/netlink-private/route/nexthop-encap.h" to lib/routeThomas Haller2023-08-011-1/+1
* nl-aux: add "include/nl-aux-{core,route}" headersThomas Haller2023-07-311-2/+4
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* all: use "_nl_packed" macro instead of "__attribute__((packed))"Thomas Haller2023-07-281-1/+1
* all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller2023-07-281-24/+22
* route: construct all-zero addresses for default route destinationJonas Gorski2022-07-071-3/+18
* route: fix crash caused by parse_multipath() by wrong free()Thomas Haller2022-05-031-1/+1
* lib: make nl_object_clone() out-of-memory safeThomas Haller2022-03-161-7/+12
* route: fix duplicate check for next hop for IPv6 multipath routesThomas Haller2022-03-041-1/+2
* route: check if nh exists while updating routet0mmmy902022-03-041-0/+9
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* rtnl/route: use cleanup attribute in "lib/route/route_obj.c"Thomas Haller2020-04-151-91/+60
* rtnl/route: fix NLE_NOMEM handling in parse_multipath()Thomas Haller2020-04-151-2/+6
* rtnl/route: only consider negative error codes as errorThomas Haller2020-04-151-6/+6
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-2/+2
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* route: fix handling old_nh in rtnl_route_parse() and avoid leakThomas Haller2017-11-061-8/+20
* route: Add support for lwtunnel encapsulationsDavid Ahern2017-08-181-0/+25
* route: Add support for ttl propagation in MPLS routesDavid Ahern2017-08-181-0/+33
* route: Add support for MPLS address familyDavid Ahern2017-08-181-10/+132
* include: don't include kernel headers in public libnl3 headersThomas Haller2017-03-021-0/+1
* lib: switch to using strerror_l() instead of strerror_r()André Draszik2016-08-251-1/+2
* trivial: whitespace-only fixes for src and libPeter Wu2016-08-121-7/+7
* lib: update ce-mask to uint64_tDavid Ahern2016-02-121-3/+4
* style: require comma after __ADD() macroThomas Haller2014-07-271-18/+18
* route: rtnl_route_build_msg() should not overwrite the route scopeThomas Haller2014-02-201-1/+1
* nl: Print file:line:func in debugging messages and provide --disable-debug to...Thomas Graf2013-04-021-1/+5
* Use thread-safe strerror_r() instead of strerror()Thomas Graf2013-02-281-2/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* route cache: This patch adds route priority to route object oo_id_attrsroopa2013-01-231-2/+7
* route cache: Fix handling of ipv6 multipath routesroopa2012-12-171-0/+96
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-161-1/+4
* Add hash support to route cacheroopa2012-11-091-0/+47
* ROUTE_DIFF result was not used in some place in route_compareКоренберг Марк (ноутбук дома)2012-10-191-1/+1
* single nexthop flags bugJustin Mayfield2012-08-291-1/+7
* route_clone : fix segmentation fault using nl_cache_subset to filter routesLoïc Touraine2012-08-291-0/+3
* Fix the always false if (a->rt_nr_nh != a->rt_nr_nh) testMichele Baldessari2012-08-291-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-1/+1