NetworkManager/src/tests
Thomas Haller 3e9e51f1dd core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARY
While the numerical values of IFA_F_SECONDARY and IFA_F_TEMPORARY
are identical, their meaning is not.

IFA_F_SECONDARY is only relevant for IPv4 addresses, while
IFA_F_TEMPORARY is only relevant for IPv6 addresses.

IFA_F_TEMPORARY is automatically set by kernel for the addresses
that it generates as part of IFA_F_MANAGETEMPADDR. It cannot be
actively set by user-space.

IFA_F_SECONDARY is automatically set by kernel depending on the order
in which the addresses for the same subnet are added.

This essentially reverts 8b4f11927 (core: avoid IFA_F_TEMPORARY alias for
IFA_F_SECONDARY).
2018-02-09 21:07:57 +01:00
..
config meson: Improve dependency system 2018-01-10 12:20:17 +01:00
meson.build meson: Improve dependency system 2018-01-10 12:20:17 +01:00
test-dcb.c all: modify line separator comments to be 80 chars wide 2016-10-03 12:01:15 +02:00
test-general-with-expect.c tests: use NMTST_EXPECT*() macros 2018-01-08 12:38:54 +01:00
test-general.c all: get rid of a handful of unused-but-set variables 2017-12-18 13:29:32 +01:00
test-ip4-config.c core: use NM_CONSTCAST() for NM_IP_CONFIG_CAST() 2017-11-13 11:35:44 +01:00
test-ip6-config.c core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARY 2018-02-09 21:07:57 +01:00
test-resolvconf-capture.c core: refactor parsing resolve.conf 2017-10-09 22:05:35 +02:00
test-secret-agent.py python: make test-secret-agent.py python3 ready 2016-12-14 19:00:42 +01:00
test-systemd.c systemd: merge branch systemd into master 2017-09-21 15:33:32 +02:00
test-utils.c core: add assertions for network_id/stable_type 2017-01-09 14:50:33 +01:00
test-wired-defname.c build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00