summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: add handling of IP routing rules to NMDeviceth/routing-rule-pt2Thomas Haller2019-03-256-7/+152
* cli: add support for routing rules to nmcliThomas Haller2019-03-253-632/+997
* ifcfg-rh: add support for routing rules as "ROUTING_RULE_#" keysThomas Haller2019-03-257-11/+345
* libnm: add API to NMSettingIPConfig for routing rulesThomas Haller2019-03-256-3/+578
* libnm: add NMIPRoutingRule APIThomas Haller2019-03-256-0/+2558
* cli: support escaping for splitting for objlist propertiesThomas Haller2019-03-252-6/+39
* libnm/keyfile: add parser_full() hook for reading non GObject based propertiesThomas Haller2019-03-251-21/+38
* libnm/keyfile: add writer_full() hook for persisting non GObject based proper...Thomas Haller2019-03-251-27/+41
* libnm/keyfile: return setting-info from _parse_info_find()Thomas Haller2019-03-251-35/+41
* libnm/keyfile: make parsing route/address keys reusableThomas Haller2019-03-251-71/+110
* libnm: add nm_utils_is_valid_iface_name_utf8safe() utilThomas Haller2019-03-252-0/+25
* shared: add nm_utils_str_simpletokens_extract_next()Thomas Haller2019-03-252-0/+55
* shared: add nm_ip_addr_is_null() helperThomas Haller2019-03-251-0/+10
* platform: set fib_rule_hdr.table to RT_TABLE_UNSPEC for tables larger 255Thomas Haller2019-03-251-1/+1
* platform: fix default routing rules added by kernel in NMPRulesManagerThomas Haller2019-03-251-0/+5
* cli: fix accepting %NULL value for '+' modifierThomas Haller2019-03-251-1/+6
* nmcli: merge branch 'th/nmcli-list-options'Thomas Haller2019-03-2528-2685/+2248
|\
| * cli/trivial: add comment about partially modifying settings when failing set_...Thomas Haller2019-03-251-0/+11
| * cli: freeze/thaw property changed signals in nmc_setting_set_property()Thomas Haller2019-03-251-7/+11
| * cli/trivial: add FIXME comment about how wrong editor_init_existing_connectio...Thomas Haller2019-03-252-0/+23
| * cli: workaround libnm issue for setting team.runner-tx-hashThomas Haller2019-03-251-2/+82
| * nmcli: add clear_all_fcn() hook for mutllist property typesThomas Haller2019-03-252-4/+14
| * cli: consistently validate multilist options for add and removeThomas Haller2019-03-252-31/+14
| * cli: distinguish between resetting GObject property to default and NULLThomas Haller2019-03-251-5/+14
| * cli: accept ',' as delimiter for match.interface-namesThomas Haller2019-03-251-3/+11
| * cli: don't support removing sriov vfs by indexThomas Haller2019-03-252-4/+1
| * shared: add _nm_utils_escape_plain() APIThomas Haller2019-03-252-12/+40
| * all: consider all ASCII spaces for _nm_utils_escape_spaces() and unescapeThomas Haller2019-03-251-9/+5
| * shared: add NM_ASCII_SPACES macroThomas Haller2019-03-252-0/+27
| * cli: support list of indexes for removing objlist propertyThomas Haller2019-03-251-14/+116
| * cli: cleanup parsing of VLAN ingress/egress priority mapThomas Haller2019-03-251-43/+20
| * cli: refactor splitting the string when parsing the property valuesThomas Haller2019-03-251-41/+84
| * cli: merge remove-by-value and add functions of objlist property typesThomas Haller2019-03-252-181/+70
| * cli: merge set_fcn() and remove_fcn()Thomas Haller2019-03-253-244/+218
| * cli: allow resetting all values via set_fcn() property handlerThomas Haller2019-03-253-147/+155
| * cli: implement remove-fcn for objlist typesThomas Haller2019-03-252-139/+96
| * cli: implement add-fcn for objlist typesThomas Haller2019-03-252-132/+105
| * cli: add clear-all-fcn for objlist propertiesThomas Haller2019-03-252-1/+17
| * cli: add objlist property type and implement get_fcn() for all typesThomas Haller2019-03-252-218/+211
| * cli: implement team:runner-tx-hash as multilist propertyThomas Haller2019-03-253-98/+39
| * cli: implement match:interface-names as multilist propertyThomas Haller2019-03-252-31/+32
| * shared: add "strip" argument to _nm_utils_unescape_spaces()Thomas Haller2019-03-255-21/+86
| * cli: implement connection:permissions as multilist propertyThomas Haller2019-03-253-71/+47
| * cli: minor cleanup of _get_fcn_connection_permissions()Thomas Haller2019-03-251-11/+13
| * cli: implement connection:secondaries as multilist propertyThomas Haller2019-03-251-39/+20
| * cli: implement mac-address-blacklist properties as mulitlist typesThomas Haller2019-03-251-79/+27
| * cli: first validate all values in _set_fcn_multilist() before modifying the s...Thomas Haller2019-03-251-2/+8
| * cli: implement DNS property as multilist typeThomas Haller2019-03-252-54/+36
| * cli: support validating multilist entries for remove-by-valueThomas Haller2019-03-252-19/+44
| * cli: implement DNS option property as multilist typeThomas Haller2019-03-251-28/+20