summaryrefslogtreecommitdiff
path: root/src/nm-ip6-config.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-12core: use router preference for IPv6 routesThomas Haller1-1/+2
2017-10-10core: rework tracking of gateway/default-route in ip-configThomas Haller1-14/+19
2017-10-09core: don't track route metric in ip-configThomas Haller1-1/+0
2017-10-09core: don't track route MSS in ip-configThomas Haller1-3/+0
2017-10-09core: use ipv6.route-table setting for other IPv6 routesThomas Haller1-1/+3
2017-10-09all: rework configuring route table support by adding "route-table" settingThomas Haller1-2/+5
2017-10-09core: refactor parsing resolve.confThomas Haller1-7/+0
2017-09-26libnm,core: add TABLE attribute for routes settingsThomas Haller1-0/+1
2017-09-19core: fix handling IPv6 device-route and use correct route metricThomas Haller1-0/+4
2017-09-15core: workaround configuring IPv6 routes with "src" (RTA_PREFSRC)Thomas Haller1-1/+2
2017-09-08core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller1-0/+8
2017-09-08core: return new route from _nm_ip_config_add_obj()Thomas Haller1-1/+3
2017-09-08core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller1-3/+3
2017-08-31core: workaround compiler waring in for-each macros for NMIP4Config/NMIP6Conf...Thomas Haller1-6/+6
2017-08-30core: avoid compiler warning in nm_ip_config_iter_ip4_address_for_each() macroThomas Haller1-2/+2
2017-08-30core: allow NULL argument to nm-ip-config's for-each macrosThomas Haller1-8/+4
2017-08-24core: move setting NDisc addresses/routes to NMIP6ConfigThomas Haller1-0/+12
2017-08-24platform: add non-exclusive routes and drop route-managerThomas Haller1-4/+1
2017-07-25core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller1-8/+45
2017-07-25core: rename self argument for NMIP4Config and NMIP6ConfigThomas Haller1-63/+63
2017-07-05core: refactor NMIP6Config to use dedup-index for IPv6 routesThomas Haller1-2/+16
2017-07-05core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller1-2/+5
2017-04-18device: keep NMNetns instance per deviceThomas Haller1-2/+6
2016-12-05ip6-config: add nm_ip6_config_set_privacy()Beniamino Galvani1-1/+3
2016-10-14ip-config: cleanup integer types for nm_ip4_config_get_num_*()Thomas Haller1-17/+9
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-1/+1
2016-05-22device: wait for termination of IPv6 DAD before proceeding to IP_CHECKBeniamino Galvani1-0/+2
2016-05-12core: add DNS priority to NMIP6ConfigBeniamino Galvani1-0/+5
2016-05-11core: make NMIP4Config struct private and directly embed private dataThomas Haller1-12/+1
2016-04-11platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller1-1/+1
2016-02-02device: move have_ip6_address() to nm_ip6_config_get_address_first_nontentati...Thomas Haller1-1/+1
2016-02-02core: add nm_ip6_config_new_cloned() functionThomas Haller1-0/+1
2016-01-06core: cache pointer to private-data in NMIP{4,6}Config structureBeniamino Galvani1-0/+5
2015-08-06core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller1-1/+1
2015-07-24core: move D-Bus export/unexport into NMExportedObjectDan Winship1-4/+0
2015-07-24core: add an NMExportedObject base classDan Winship1-4/+3
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-07-14routes/trival: add argument @routes_full_sync to IP config commitThomas Haller1-1/+1
2015-06-05core: detect route-metric when creating nm-generated-assumed connectionThomas Haller1-0/+1
2015-06-04trival: add code commentThomas Haller1-0/+3
2015-05-13core: capture DNS options from resolv.confBeniamino Galvani1-0/+1
2015-05-13core: add DNS options property to NMIP4Config and NMIP6ConfigBeniamino Galvani1-0/+8
2015-02-27core: pass ifindex as parameter to nm_ip6_config_new()Lubomir Rintel1-2/+3
2015-02-27ip6-config: keep track of ifindexLubomir Rintel1-0/+2
2015-01-24core: add intersect() functions to NMIP?ConfigThomas Haller1-0/+1
2014-11-07core: add nm_ip4_config_get_subnet_for_host() functionThomas Haller1-0/+1
2014-11-07core: cleanup type of route metric to ensure guint32Thomas Haller1-1/+1
2014-11-07libnm-core, libnm, core: add AddressData and RouteData propertiesDan Winship1-2/+6
2014-11-07libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship1-1/+2
2014-10-31core: add nm_ipX_config_get_direct_route_for_host() functionsThomas Haller1-0/+2