summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-ip6-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* libnm-core: reorder code in settingsThomas Haller2019-01-151-40/+48
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-34/+29
* libnm: pass serialization flags to settings synth_func()Thomas Haller2019-01-071-16/+18
* doc: add hint about ipv4.dhcp-client-id=stableThomas Haller2018-11-131-1/+2
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-29/+35
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-3/+3
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-8/+6
* ifcfg-rh: add missing NM-only annotationsBeniamino Galvani2018-07-111-1/+1
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* ifcfg: introduce DHCPV6_DUID to map ipv6.dhcp-duid propertyFrancesco Giudici2018-06-091-0/+10
* libnm-core: add ipv6.dhcp-duid propertyFrancesco Giudici2018-06-081-0/+83
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-3/+0
* libnm-core: trivial: fix indentationFrancesco Giudici2018-03-261-7/+7
* ifcfg-rh: use separate variables for DNS searchesBeniamino Galvani2017-12-071-1/+1
* ifcfg-rh: use different variables for IPv4 and IPv6 DNS optionsBeniamino Galvani2017-11-301-0/+8
* libnm-core: specify enum values in NMSettingIP6Config:addr-gen-mode docBeniamino Galvani2017-10-131-6/+7
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-091-4/+3
* libnm,cli: add IP setting "route-table-sync"Thomas Haller2017-09-261-0/+9
* docs: fix spelling errors in tranlated strings and documentationThomas Haller2017-08-111-1/+1
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* core: allow two priorities of base settingsLubomir Rintel2017-05-311-1/+1
* libnm: fix error message for invalid ipv6.addr-gen-modeThomas Haller2017-03-301-1/+1
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-091-2/+2
* settings: allow method=shared with manual IPv6 configurationLubomir Rintel2016-11-091-26/+30
* libnm-core: ip-config: normalize may-fail for disabled IP methodsBeniamino Galvani2016-07-061-0/+12
* setting-ip6-config: add token propertyLubomir Rintel2016-05-301-0/+104
* ifcfg-rh: add support for DNS priorityBeniamino Galvani2016-05-121-0/+11
* libnm/doc: fix documentation of NMSettingIP6Config:addr-gen-modeThomas Haller2016-04-251-3/+5
* libnm-core: allow strict and relaxed error behavior for _nm_setting_new_from_...Thomas Haller2016-03-261-12/+32
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-2/+3
* libnm-core: default to ip6.addr-gen-mode=stable-privacylr/stable-privacy-rfc7217Lubomir Rintel2015-11-021-2/+2
* setting-ip6-config: add addr-gen-mode propertyLubomir Rintel2015-11-021-0/+92
* libnm-core/libnm-util: fix an erroneous error messageJiří Klimeš2015-09-251-1/+0
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* device: remove reading ipv6 privacy setting from sysctlThomas Haller2015-06-051-12/+3
* device: add global configuration default for ip6-privacy (use_tempaddr, RFC4941)Thomas Haller2015-06-051-3/+14
* libnm/doc: document behavior of setting ip6-privacy in /etc/sysctl.confThomas Haller2015-06-051-2/+6
* ifcfg-rh: support ipvx.route-metric property as IPVX_ROUTE_METRICThomas Haller2015-01-101-0/+9
* libnm-core: update ip6-privacy ifcfg-rh descriptionJiří Klimeš2014-11-191-0/+4
* libnm-core: update documentation of addresses and gateway propertiesJiří Klimeš2014-11-191-3/+20
* libnm: Override parts of nm-setting-docs.xmlDan Winship2014-11-191-0/+57
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-0/+109
* libnm-core: change how new and legacy properties are serializedDan Winship2014-11-151-23/+15
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core, libnm, core: add AddressData and RouteData propertiesDan Winship2014-11-071-12/+109
* libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2014-11-071-12/+45
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-1024/+65