summaryrefslogtreecommitdiff
path: root/src/nm-ip6-config.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-26ip-config: add @intersect_routes argument to intersect functionsBeniamino Galvani1-2/+11
2018-09-26core: improve nm_ip_config_dump()Beniamino Galvani1-47/+0
2018-08-08core: handle route metric when reapplying dynamic IP methodsBeniamino Galvani1-0/+31
2018-08-01core: use nm_gobject_notify_together() in NMIP4Config/NMIP6ConfigThomas Haller1-4/+4
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-5/+5
2018-05-14core: reject invalid domains from ip configurationsBeniamino Galvani1-36/+5
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-03-20device: don't capture resolve.conf for initial device configThomas Haller1-20/+1
2018-03-20core: add nm_ip6_config_find_first_address() function and refactor lookup of ...Thomas Haller1-5/+29
2018-03-13core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller1-1/+1
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller1-12/+30
2018-02-09core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARYThomas Haller1-4/+4
2018-02-09platform: rework nm_platform_ip6_address_sync() to fix address orderThomas Haller1-1/+1
2018-02-07core: avoid IFA_F_TEMPORARY alias for IFA_F_SECONDARYThomas Haller1-4/+4
2017-12-18all: get rid of a handful of unused-but-set variablesLubomir Rintel1-14/+0
2017-12-15core: don't use variable length arraysThomas Haller1-4/+5
2017-12-11platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel1-7/+7
2017-12-06core: add non-destructive ip config intersect functionBeniamino Galvani1-11/+74
2017-12-06core: add nm_ipX_config_clone()Beniamino Galvani1-0/+11
2017-11-17core: don't reset existing routes when merging IP settingBeniamino Galvani1-2/+0
2017-11-13core: merge IPv4 and IPv6 version of _nm_ip_config_merge_route_attributes()Thomas Haller1-60/+4
2017-10-12core: use router preference for IPv6 routesThomas Haller1-15/+30
2017-10-10core: fix memory leaks in NMIP{4,6}ConfigBeniamino Galvani1-2/+1
2017-10-10core: rework tracking of gateway/default-route in ip-configThomas Haller1-189/+189
2017-10-09core: don't track route metric in ip-configThomas Haller1-33/+0
2017-10-09core: don't track route MSS in ip-configThomas Haller1-32/+0
2017-10-09core: use ipv6.route-table setting for other IPv6 routesThomas Haller1-2/+6
2017-10-09all: rework configuring route table support by adding "route-table" settingThomas Haller1-9/+18
2017-10-09core: refactor parsing resolve.confThomas Haller1-73/+12
2017-09-26libnm,core: add TABLE attribute for routes settingsThomas Haller1-4/+15
2017-09-26core: inject route list to delete for nm_platform_ip_route_sync()Thomas Haller1-2/+8
2017-09-19core: fix handling IPv6 device-route and use correct route metricThomas Haller1-0/+92
2017-09-15core: workaround configuring IPv6 routes with "src" (RTA_PREFSRC)Thomas Haller1-2/+4
2017-09-13core: track routes with source RTPROT_KERNEL (rtm_protocol) in NMIP4Config/NM...Thomas Haller1-3/+1
2017-09-13core: adjust route equality for NMIP4Config/NMIP6Config to what kernel doesThomas Haller1-2/+3
2017-09-13core: fix invalid assertion in nm_ip6_config_get_num_routes().Thomas Haller1-1/+1
2017-09-08core: rework handling of default-routes and drop NMDefaultRouteManagerThomas Haller1-2/+0
2017-09-08core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller1-32/+164
2017-09-08core: return new route from _nm_ip_config_add_obj()Thomas Haller1-8/+26
2017-09-08core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller1-4/+4
2017-09-08core: ignore routes from non-main table in nm_ip4_config_capture()Thomas Haller1-1/+4
2017-09-08core: don't loop twice over routes in nm_ip4_config_capture()Thomas Haller1-9/+4
2017-09-08core: return new object from _nm_ip_config_add_obj()Thomas Haller1-7/+14
2017-08-30core: use _nm_ip_config_add_obj() in NMIP4Config/NMIP6ConfigThomas Haller1-6/+7
2017-08-30core/trivial: rename local variableThomas Haller1-17/+17
2017-08-24core: don't suppress host route to gateway in ip-config caputureThomas Haller1-9/+5
2017-08-24platform: add support for routing tables to platform cacheThomas Haller1-1/+1
2017-08-24core: move setting NDisc addresses/routes to NMIP6ConfigThomas Haller1-0/+104
2017-08-24platform: add non-exclusive routes and drop route-managerThomas Haller1-27/+17
2017-08-23core: consistently use _nm_ip_config_add_obj() when adding route/address to i...Thomas Haller1-14/+20