summaryrefslogtreecommitdiff
path: root/src/nm-ip6-config.h
Commit message (Expand)AuthorAgeFilesLines
* core: add NMIPConfigFlags for NMIPConfig flagsThomas Haller2020-04-221-0/+5
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* core: allow ignoring addresses when intersecting ip configsBeniamino Galvani2019-03-111-0/+2
* ip-config: add @intersect_routes argument to intersect functionsBeniamino Galvani2018-09-261-0/+2
* core: improve nm_ip_config_dump()Beniamino Galvani2018-09-261-1/+0
* core: handle route metric when reapplying dynamic IP methodsBeniamino Galvani2018-08-081-0/+2
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-2/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-2/+0
* device: don't capture resolve.conf for initial device configThomas Haller2018-03-201-1/+1
* core: add nm_ip6_config_find_first_address() function and refactor lookup of ...Thomas Haller2018-03-201-1/+2
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-1/+0
* core: add non-destructive ip config intersect functionBeniamino Galvani2017-12-061-0/+3
* core: add nm_ipX_config_clone()Beniamino Galvani2017-12-061-0/+1
* core: use router preference for IPv6 routesThomas Haller2017-10-121-1/+2
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-14/+19
* core: don't track route metric in ip-configThomas Haller2017-10-091-1/+0
* core: don't track route MSS in ip-configThomas Haller2017-10-091-3/+0
* core: use ipv6.route-table setting for other IPv6 routesThomas Haller2017-10-091-1/+3
* all: rework configuring route table support by adding "route-table" settingThomas Haller2017-10-091-2/+5
* core: refactor parsing resolve.confThomas Haller2017-10-091-7/+0
* libnm,core: add TABLE attribute for routes settingsThomas Haller2017-09-261-0/+1
* core: fix handling IPv6 device-route and use correct route metricThomas Haller2017-09-191-0/+4
* core: workaround configuring IPv6 routes with "src" (RTA_PREFSRC)Thomas Haller2017-09-151-1/+2
* core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller2017-09-081-0/+8
* core: return new route from _nm_ip_config_add_obj()Thomas Haller2017-09-081-1/+3
* core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller2017-09-081-3/+3
* core: workaround compiler waring in for-each macros for NMIP4Config/NMIP6Conf...Thomas Haller2017-08-311-6/+6
* core: avoid compiler warning in nm_ip_config_iter_ip4_address_for_each() macroThomas Haller2017-08-301-2/+2
* core: allow NULL argument to nm-ip-config's for-each macrosThomas Haller2017-08-301-8/+4
* core: move setting NDisc addresses/routes to NMIP6ConfigThomas Haller2017-08-241-0/+12
* platform: add non-exclusive routes and drop route-managerThomas Haller2017-08-241-4/+1
* core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller2017-07-251-8/+45
* core: rename self argument for NMIP4Config and NMIP6ConfigThomas Haller2017-07-251-63/+63
* core: refactor NMIP6Config to use dedup-index for IPv6 routesThomas Haller2017-07-051-2/+16
* core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-051-2/+5
* device: keep NMNetns instance per deviceThomas Haller2017-04-181-2/+6
* ip6-config: add nm_ip6_config_set_privacy()Beniamino Galvani2016-12-051-1/+3
* ip-config: cleanup integer types for nm_ip4_config_get_num_*()Thomas Haller2016-10-141-17/+9
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* device: wait for termination of IPv6 DAD before proceeding to IP_CHECKBeniamino Galvani2016-05-221-0/+2
* core: add DNS priority to NMIP6ConfigBeniamino Galvani2016-05-121-0/+5
* core: make NMIP4Config struct private and directly embed private dataThomas Haller2016-05-111-12/+1
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-111-1/+1
* device: move have_ip6_address() to nm_ip6_config_get_address_first_nontentati...Thomas Haller2016-02-021-1/+1
* core: add nm_ip6_config_new_cloned() functionThomas Haller2016-02-021-0/+1
* core: cache pointer to private-data in NMIP{4,6}Config structureBeniamino Galvani2016-01-061-0/+5