summaryrefslogtreecommitdiff
path: root/src/platform/tests/test-route.c
Commit message (Expand)AuthorAgeFilesLines
* platform/tests: avoid "-Wmissing-braces" warning in "test-route.c"Thomas Haller2019-02-081-1/+1
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-7/+7
* platform: don't require cloned flag for RTM_GETROUTE IPv6 resultBeniamino Galvani2018-03-051-2/+42
* platform: merge nm_platform_*_delete() delete functionsThomas Haller2017-12-111-1/+1
* platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel2017-12-111-4/+4
* platform/tests: drop bad commentLubomir Rintel2017-12-111-2/+1
* platform/tests: add test for onlink route attributeThomas Haller2017-11-131-60/+142
* platform: track all rtm_flags for routesThomas Haller2017-11-131-1/+1
* platform: add oif argument to nm_platform_ip_route_get()Thomas Haller2017-09-071-0/+2
* platform: return failure reason from route-add and return only netlink responseThomas Haller2017-08-241-3/+3
* platform: add nm_platform_ip_route_get() for route-lookupThomas Haller2017-08-241-0/+38
* platform: fix cache to use kernel's notion for equality of routesThomas Haller2017-08-121-28/+180
* platform: extend API for adding routesThomas Haller2017-08-031-2/+2
* platform: add compare functions for routes with different compare semanticsThomas Haller2017-08-031-0/+14
* platform: pass full route object to platform delete functionThomas Haller2017-07-251-18/+18
* platform: fix return value for do_delete_object()Thomas Haller2017-07-251-1/+2
* platform: drop nm_platform_ip6_route_get_all()Thomas Haller2017-07-051-6/+4
* core: avoid cloning platform routes but iterate the cache directlyThomas Haller2017-07-051-16/+12
* platform/tests: minor fix in _wait_for_ipv6_addr_non_tentative()Thomas Haller2017-05-311-2/+2
* platform/tests: reorder wait-loop in test_ip6_route_options()Thomas Haller2017-05-311-30/+41
* platform/tests: fix test_ip6_route_optionsFrancesco Giudici2017-05-301-0/+16
* platform/tests: recreate test environment for each route testThomas Haller2017-05-271-20/+11
* platform/tests: refactor test_ip6_route_options() to make it extendableThomas Haller2017-05-271-48/+99
* platform: remove plen argument for IPv6 address IDThomas Haller2017-05-271-1/+1
* platform/tests: use NMTST_WAIT_ASSERT() to wait for addressThomas Haller2017-03-091-8/+5
* platform: tests: wait for non-tentative address before adding routeBeniamino Galvani2017-03-091-0/+17
* test: platform: remove the source parameter from the ip6 route option testFrancesco Giudici2017-03-081-6/+1
* platform: add support for some route optionsBeniamino Galvani2017-03-061-0/+131
* platform: change signature of nm_platform_ip{4,6}_route_add()Beniamino Galvani2017-03-061-12/+12
* platform: support preferred source option for IPv6 routesBeniamino Galvani2017-03-061-6/+14
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* core: don't use generated glib enum for platform typesThomas Haller2016-10-221-2/+10
* build: merge "src/platform/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-0/+2
* platform: extend NMIPConfigSource to preserve the rtm_protocol fieldThomas Haller2016-04-281-8/+8
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-281-6/+6
* platform/tests: add @platform argument to nmtstp functionsThomas Haller2016-04-111-19/+19
* platform/tests/trivial: rename ip4_route_exists() functions to have nmtstp pr...Thomas Haller2016-04-111-19/+19
* platform/tests/trivial: rename init_tests() and setup_tests() functionThomas Haller2016-04-111-2/+2
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-111-2/+2
* platform/tests: pass platform argument to nmtstp helper functionsThomas Haller2016-03-151-2/+2
* core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"Thomas Haller2016-03-011-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+23
* platform/tests: add test for handling IPv4 zero gatewaysThomas Haller2016-01-161-0/+28
* platform/trivial: rename link related functionsThomas Haller2015-12-101-1/+1
* platform: remove NMPlatformReason enumThomas Haller2015-11-271-2/+2
* platform/test: introduce _LOGD() macros to fake platform and platform testsThomas Haller2015-09-041-2/+2
* platform: replace addr/route exists() functions by get()Thomas Haller2015-07-141-5/+5
* platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-011-2/+2
* platform: pass object type with platform changed signalThomas Haller2015-06-241-2/+2
* platform: refactor virtual methods for link objects in NMPlatformThomas Haller2015-06-211-1/+1