summaryrefslogtreecommitdiff
path: root/src/tests/test-ip4-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* core: reject invalid domains from ip configurationsBeniamino Galvani2018-05-141-1/+5
* core: use NM_CONSTCAST() for NM_IP_CONFIG_CAST()Thomas Haller2017-11-131-0/+2
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-6/+16
* core: don't track route MSS in ip-configThomas Haller2017-10-091-12/+2
* core: adjust route equality for NMIP4Config/NMIP6Config to what kernel doesThomas Haller2017-09-131-4/+4
* core/tests: add checks in test for test_add_route_with_source()Thomas Haller2017-09-131-4/+8
* core: return new route from _nm_ip_config_add_obj()Thomas Haller2017-09-081-9/+9
* core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller2017-09-081-12/+12
* core: prevent invalid routes in NMIP4Config/NMIP6ConfigThomas Haller2017-07-251-2/+2
* core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller2017-07-251-6/+6
* core: refactor NMIP4Config to use dedup-index for IPv4 routesThomas Haller2017-07-051-6/+6
* core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-051-6/+6
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-1/+1
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-281-20/+20
* ip-config/tests: refactor tests to use utilities from "nm-test-utils.h"Thomas Haller2016-04-111-63/+25
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* core: strip trailing dot from domain search listBeniamino Galvani2015-12-051-0/+22
* platform: properly handle IPv4 peer-addressesThomas Haller2015-11-021-1/+3
* core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-061-2/+2
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* ipx-config: fix testLubomir Rintel2015-06-281-4/+4
* test: move some old tests to nm-test-utils.hThomas Haller2015-05-061-5/+6
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-271-10/+5
* ip4-config: keep track of ifindexLubomir Rintel2015-02-271-0/+5
* all: consistently include config.hDan Winship2014-11-131-0/+2
* core: track origin of MTULubomir Rintel2014-10-201-3/+3
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-201-20/+20
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+1
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-271-0/+2
* core: fix MTU handling while merging/subtracting IP configs (bgo #721420)Jiří Klimeš2014-04-221-1/+49
* core/platform: add address/route sources (rh#1005416, bgo#722843)Dan Williams2014-01-241-0/+116
* platform/core: add back support for PtP/peer addresses (rh #1018317)Dan Winship2013-12-021-6/+6
* core: add const qualifier to functions in nm-ip[46]-configThomas Haller2013-09-241-1/+2
* core: use NMIP[46]Route in nm-ip[46]-configPavel Šimerda2013-08-031-21/+20
* core: add nm_ip4_config_subtract()Dan Williams2013-08-021-0/+189