summaryrefslogtreecommitdiff
path: root/src/tests/test-ip6-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-538/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-337/+449
* shared: change NM_SWAP() macro to take pointer argumentsThomas Haller2020-08-061-1/+1
* tests: replace NMTST_SWAP() by new NM_SWAP() macroThomas Haller2020-03-261-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-1/+0
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* docs: misc. typosluz.paz2018-09-151-1/+1
* core: reject invalid domains from ip configurationsBeniamino Galvani2018-05-141-1/+5
* core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARYThomas Haller2018-02-091-6/+6
* core: add nm_ipX_config_clone()Beniamino Galvani2017-12-061-2/+4
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-3/+3
* 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/tests: add test for nm_ip6_config_replace()Thomas Haller2017-09-081-0/+67
* core: prevent invalid routes in NMIP4Config/NMIP6ConfigThomas Haller2017-07-251-5/+5
* core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller2017-07-251-10/+10
* core: refactor NMIP6Config to use dedup-index for IPv6 routesThomas Haller2017-07-051-6/+6
* core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-051-6/+6
* platform: support preferred source option for IPv6 routesBeniamino Galvani2017-03-061-5/+5
* ip6-config: add nm_ip6_config_set_privacy()Beniamino Galvani2016-12-051-3/+6
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* rdisc: rename to ndiscLubomir Rintel2016-11-091-2/+2
* 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
* 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: add buffer argument to platform to-string functionsThomas Haller2015-11-011-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
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-271-10/+5
* ip6-config: keep track of ifindexLubomir Rintel2015-02-271-0/+5
* all: consistently include config.hDan Winship2014-11-131-0/+2
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-201-42/+42
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+1
* nmtst: add new mode where tests assert against logged messages (assert_messages)Thomas Haller2014-06-051-1/+2
* nmtst: add parameter to nmtst_init to setup nm-loggingThomas Haller2014-06-051-1/+1
* core: sort IPv6 addresses (add nm_ip6_config_addresses_sort())Thomas Haller2014-04-111-0/+87
* test: make use of new libnm-util/nm-test-utils.h headerThomas Haller2014-04-111-63/+21
* 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-7/+6
* core: add const qualifier to functions in nm-ip[46]-configThomas Haller2013-09-241-1/+2
* core: add nm_ip6_config_subtract()Dan Williams2013-09-051-0/+176