summaryrefslogtreecommitdiff
path: root/src/nm-ip6-config.c
Commit message (Expand)AuthorAgeFilesLines
* core/platform: preserve external and static route metricsDan Williams2014-01-241-1/+5
* core/platform: add address/route sources (rh#1005416, bgo#722843)Dan Williams2014-01-241-0/+43
* core: add PropertiesChanged signals to IP4 and IP6 config objectsDan Williams2014-01-231-2/+3
* trivial: fix erroneous copy&paste commentJiří Klimeš2013-12-181-1/+1
* all: refactor to make use of nm_utils_inet[46]_ntop functionsThomas Haller2013-12-091-9/+6
* core: ignore gateway host route during connection generationDan Williams2013-12-051-0/+16
* trivial: remove duplicate codeDan Williams2013-12-021-1/+0
* platform/core: add back support for PtP/peer addresses (rh #1018317)Dan Winship2013-12-021-49/+0
* core: don't leave additional default routes in captured IP configDan Williams2013-11-221-5/+8
* core: capture DNS configuration from resolv.conf when generating connectionsDan Williams2013-11-221-1/+60
* core: use ignore/disabled IP methods for assumed connections without IP configDan Williams2013-11-081-5/+11
* core: add nm_ip4_config_address_exists() and nm_ip6_config_address_exists()Dan Williams2013-11-081-0/+17
* core: read gateway when capturing IP configsDan Williams2013-11-081-1/+20
* core: slaves should have empty captured IP configurationDan Williams2013-11-081-2/+9
* core: add nm_ip6_config_dump functionThomas Haller2013-11-071-1/+54
* core: fix nm_ip6_config_replace() nameserver address comparisonDan Williams2013-10-031-2/+2
* core: add const qualifier to functions in nm-ip[46]-configThomas Haller2013-09-251-23/+23
* core: update existing IP[46]Config of device instead of replacing it (bgo #70...Thomas Haller2013-09-251-27/+109
* core: add nm_ip[46]_config_replace functionsThomas Haller2013-09-251-10/+190
* trivial: fixup whitespaceThomas Haller2013-09-251-22/+22
* core: fix resetting wrong field in nm_ip6_config_reset_addressesThomas Haller2013-09-241-1/+1
* core: add const qualifier to functions in nm-ip[46]-configThomas Haller2013-09-241-13/+13
* core: add nm_ip6_config_subtract()Dan Williams2013-09-051-21/+167
* trivial: consistently #include "libgsystem.h" rather than just gsystem-local-...Colin Walters2013-08-291-1/+1
* core: fail activation when a route cannot be addedThomas Haller2013-08-261-2/+3
* core: don't return NULL from nm_ip[46]_config_capture()Pavel Šimerda2013-08-221-6/+0
* core: don't use gs_unref_object for nm-ip[46]-addressPavel Šimerda2013-08-211-1/+4
* core: use NMIP[46]Route in nm-ip[46]-configPavel Šimerda2013-08-031-66/+91
* platform: simplify getting routes and ignoring the default routeDan Williams2013-08-031-7/+1
* core: use NM_PLATFORM_LIFETIME_PERMANENT instead of G_MAXUINT32Dan Williams2013-07-281-3/+3
* core: detect automatic addresses when assuming connectionsPavel Šimerda2013-07-271-0/+8
* core: implement nm_ip[46]_config_update_setting()Pavel Šimerda2013-07-261-0/+69
* core: re-add assertions to NMIP[4|6]Config objectsDan Williams2013-07-221-1/+13
* core: fix NULL IPv6 gateway handlingPavel Šimerda2013-07-221-1/+1
* core: switch nm-ip4-config's NMIP[46]Address to NMPlatformIP[46]AddressPavel Šimerda2013-07-201-73/+84
* core: replace nm_ip[46]_config_diff()Pavel Šimerda2013-07-201-144/+33
* trivial: check for NULL setting in nm_ip6_config_merge_setting()Pavel Šimerda2013-07-121-0/+3
* core: cleanup nm-ip[46]-configPavel Šimerda2013-07-121-348/+264
* trivial: move back nm_match_spec_string()Pavel Šimerda2013-07-041-13/+0
* trivial: simplify nm_ip[46]_config_diff() NULL comparison logicPavel Šimerda2013-07-041-2/+2
* trivial: move merge_ip6_configs() to nm-ip6-configPavel Šimerda2013-07-041-0/+40
* trivial: move a couple of functions to nm-ip[46]-configPavel Šimerda2013-07-031-20/+240
* ipv6: ignore default routes when creating configuration for generic interfaceJiří Klimeš2013-06-271-0/+6
* cleanup: remove libnl dependency from nm-ip4-config/nm-ip6-configPavel Šimerda2013-06-251-89/+0
* libnm-util: deprecate nm_utils_slist_free(), use g_slist_free_full()Dan Winship2013-05-291-2/+2
* core: convert the DBus manager to a single-ref objectDan Williams2013-05-201-4/+1
* core: add IP configuration for unmanaged devicesDan Winship2013-05-071-0/+44
* core: use wrappers for DBus object registration/unregistrationDan Williams2013-04-081-4/+1
* ip6: rename defgw to gatewayPavel Šimerda2012-06-261-9/+9
* trivial: use the constant for NM_IP*_COMPARE_FLAG_ALLDan Williams2012-06-121-1/+1