NetworkManager/src/ndisc
Thomas Haller 057b63979e core: move setting NDisc addresses/routes to NMIP6Config
Add an utility function for resetting addresses/routes of NMIP6Config
from NMNDisc data. For one, this de-duplicates code in device and
nm-iface-helper.

Also, we no longer first reset (delete) all addresses and add them anew.
Instead, we first mark all entries as dirty for deletion, merge (append)
the new entires, and delete the remaining dirty entires. This saves a
extra work, in the expected case where NMIP6Config already contains
several of the new entries.
2017-08-24 10:48:03 +02:00
..
tests build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-fake-ndisc.c core: add assertions for network_id/stable_type 2017-01-09 14:50:33 +01:00
nm-fake-ndisc.h rdisc: rename to ndisc 2016-11-09 17:16:47 +01:00
nm-lndp-ndisc.c core: add assertions for network_id/stable_type 2017-01-09 14:50:33 +01:00
nm-lndp-ndisc.h ndisc/lndp: add ability to announce the managed IPv6 configuration 2016-11-09 17:23:32 +01:00
nm-ndisc-private.h ndisc: log the device context 2017-03-24 12:42:09 +01:00
nm-ndisc.c device: support dynamic "connection.stable-id" in form of text-substitution 2017-01-09 14:50:33 +01:00
nm-ndisc.h core: move setting NDisc addresses/routes to NMIP6Config 2017-08-24 10:48:03 +02:00