summaryrefslogtreecommitdiff
path: root/src/core/settings/plugins/ifcfg-rh/nms-ifcfg-rh-reader.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: add support to prio property in bond portsff/bond_port_optionsFernando Fernandez Mancera2023-05-031-5/+18
* libnm,nmcli: add ipv6.dhcp-pd-hint propertyBeniamino Galvani2023-04-031-0/+5
* doc: replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël2023-03-271-1/+1
* ifcfg-rh: fix preserving hostname setting in readerThomas Haller2023-03-151-5/+14
* ifcfg-rh: return ENOKEY errno from svGetValueEnum() for missing keyThomas Haller2023-03-151-1/+1
* ifcfg-rh: fix wrong (transfer-full) annotation in internal codeThomas Haller2023-03-011-1/+1
* all: add new "ipv[46].replace-local-rule" settingff/route_rule_0Fernando Fernandez Mancera2023-02-211-0/+4
* libnm,platform: fix range for "weight" property of next hops for routesThomas Haller2023-01-171-1/+1
* all: add new "ipv[46].auto-route-ext-gw" settingFrederic Martinsons2023-01-091-0/+4
* route: introduce weight property for ipv4 routesFernando Fernandez Mancera2022-12-231-0/+7
* ifcfg-rh: support the vlan.protocol propertyBeniamino Galvani2022-12-141-0/+5
* dns: accept DoT SNI server name in "ipv[46].dns" settingsThomas Haller2022-10-271-18/+22
* ifcfg-rh: rework error handling in parse_infiniband_p_key()wl/ifcfgThomas Haller2022-09-071-22/+20
* ipoib: skip validating the DEVICE when reading the ifcfg fileWen Liang2022-09-071-16/+1
* infiniband: avoid normalizing the p-key when reading from ifcfgWen Liang2022-09-071-1/+0
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-251-22/+22
* all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-091-0/+5
* all: make "ipv6.addr-gen-mode" configurable by global defaultThomas Haller2022-06-291-7/+12
* libnm,core: add support for {rto_min,quickack,advmss} route attributesBeniamino Galvani2022-06-271-1/+18
* ifcfg-rh: support reading boolean route attributesBeniamino Galvani2022-06-271-0/+24
* all: use internal _nm_utils_ip4_netmask_to_prefix()Thomas Haller2022-06-271-2/+2
* ifcfg-rh: fix wrong type for vint64 variableFernando Fernandez Mancera2022-06-161-3/+4
* libnm: support wait-activation-delay propertyFernando Fernandez Mancera2022-06-161-0/+4
* ifcfg-rh: add support for ipv4.link-localAdrian Freihofer2022-05-271-0/+11
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-291-377/+377
* ifcfg: always read/write KEY_DCB_APP_FCOE_MODE keyThomas Haller2021-11-041-14/+12
* ifcfg-rh: add support for connection.dns-over-tlsRobin Ebert2021-10-151-0/+9
* ifcfg-rh: cleanup make_bond_port_setting()Thomas Haller2021-08-261-10/+4
* bond: add support of queue_id of bond portGris Ge2021-08-261-0/+36
* ifcfg: read/write full IPv6 settings also for method ignore/disabledThomas Haller2021-08-191-23/+43
* ifcfg: don't limit parsing DNS elements to 10 entriesThomas Haller2021-08-191-19/+18
* ifcfg: fix crash due to not setting error on failure to parse DNSThomas Haller2021-08-171-2/+10
* all: rename nm_utils_strsplit_set*() to nm_strsplit_set*()Thomas Haller2021-08-021-23/+23
* ifcfg: log messages about invalid an unrecognized lines in ifcfg filesThomas Haller2021-07-151-2/+13
* all: add a new ipv{4,6}.required-timeout propertyBeniamino Galvani2021-07-051-0/+4
* ifcfg-rh: preserve an empty tc configurationbg/tc-ignoreBeniamino Galvani2021-06-031-1/+2
* ifcfg: fix wired reader for ACCEPT_ALL_MAC_ADDRESSES keyFernando Fernandez Mancera2021-05-191-4/+9
* ethtool: Introducing PAUSE supportGris Ge2021-05-121-1/+3
* all: only include "libnm-glib-aux/nm-uuid.h" where neededThomas Haller2021-05-041-0/+1
* glib-aux/trivial: rename NMUuid APIThomas Haller2021-05-041-5/+3
* wired-setting: add support to accept-all-mac-addressesFernando Fernandez Mancera2021-04-221-0/+5
* ifcfg-rh: always honor "$VLAN_ID" in ifcfg filesThomas Haller2021-03-291-8/+7
* all: use NM_IW_ESSID_MAX_SIZE define instead of literally 32Thomas Haller2021-03-181-1/+1
* libnm: don't assert against valid s390-option keys in nm_setting_wired_add_s3...Thomas Haller2021-03-161-7/+7
* platform: move more platform code to src/libnm-platform/Thomas Haller2021-03-051-1/+1
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-241-1/+1
* build: move "shared/nm-{base,udev-aux}" to "src/libnm-{base,udev-aux}"Thomas Haller2021-02-241-1/+1
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-1/+1
* all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-0/+6642