summaryrefslogtreecommitdiff
path: root/src/nm-ip4-config.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-10core: rework tracking of gateway/default-route in ip-configThomas Haller1-22/+28
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 ipv4.route-table setting for other IPv4 routesThomas Haller1-0/+1
2017-10-09all: rework configuring route table support by adding "route-table" settingThomas Haller1-2/+5
2017-10-09core: refactor parsing resolve.confThomas Haller1-6/+0
2017-09-26libnm,core: add TABLE attribute for routes settingsThomas Haller1-1/+2
2017-09-13core: track IPv4 device routes in NMIP4ConfigThomas Haller1-2/+7
2017-09-13core: adjust route equality for NMIP4Config/NMIP6Config to what kernel doesThomas Haller1-9/+0
2017-09-08core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller1-0/+27
2017-09-08core: return new route from _nm_ip_config_add_obj()Thomas Haller1-1/+4
2017-09-08core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller1-4/+4
2017-09-08core: return new object from _nm_ip_config_add_obj()Thomas Haller1-1/+2
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-24platform: add non-exclusive routes and drop route-managerThomas Haller1-1/+8
2017-08-23core: consistently use _nm_ip_config_add_obj() when adding route/address to i...Thomas Haller1-1/+3
2017-07-25core: track addresses for NMIP4Config/NMIP6Config via NMDedupMultiIndexThomas Haller1-8/+57
2017-07-25core: rename self argument for NMIP4Config and NMIP6ConfigThomas Haller1-83/+83
2017-07-05core: refactor NMIP6Config to use dedup-index for IPv6 routesThomas Haller1-0/+5
2017-07-05core: refactor NMIP4Config to use dedup-index for IPv4 routesThomas Haller1-5/+26
2017-07-05core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller1-2/+5
2017-04-18device: keep NMNetns instance per deviceThomas Haller1-2/+2
2016-12-05ip4-config: sort addresses only when reading the property valueBeniamino Galvani1-1/+0
2016-10-14ip-config: cleanup integer types for nm_ip4_config_get_num_*()Thomas Haller1-23/+11
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-1/+1
2016-05-12core: add DNS priority to NMIP4ConfigBeniamino 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-18device: expose NMIP4Config:addresses in stable/defined sort orderThomas Haller1-0/+1
2016-01-06core: cache pointer to private-data in NMIP{4,6}Config structureBeniamino Galvani1-0/+5
2015-11-02ip4-config: let the IPv4 device route depend on the peer-addressThomas Haller1-1/+0
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-5/+3
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-07-22ip4-config: 0.0.0.0 is a valid gateway tooLubomir Rintel1-0/+2
2015-07-14routes/trival: add argument @routes_full_sync to IP config commitThomas Haller1-1/+1
2015-07-01route-manager: manage IPv4 device-routes with NMRouteManagerThomas Haller1-1/+1
2015-06-09core: add 'metered' flag to NMIP4ConfigBeniamino Galvani1-0/+4
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-1/+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-0/+2
2015-02-27core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams1-2/+2
2015-02-27ip4-config: keep track of ifindexLubomir Rintel1-0/+1
2015-01-24core: add intersect() functions to NMIP?ConfigThomas Haller1-0/+1
2014-11-25core: fix route metrics for subnet routesThomas Haller1-1/+1