summaryrefslogtreecommitdiff
path: root/clients/common/nm-meta-setting-desc.c
Commit message (Expand)AuthorAgeFilesLines
* cli: use "escaped-tokens" style for splitting "vlan.xgress-priority-map" listThomas Haller2019-04-181-7/+2
* cli: cleanup _get_fcn_vlan_xgress_priority_map()Thomas Haller2019-04-181-23/+21
* cli: unify set of characters to tokenize list propertiesThomas Haller2019-04-181-3/+3
* cli: refactor multilist property handling of "match.interface-names"Thomas Haller2019-04-181-22/+13
* cli: return early when splitting with %VALUE_STRSPLIT_MODE_STRIPPEDThomas Haller2019-04-181-1/+2
* cli: drop unused strsplit_with_escape mode for objlist propertiesThomas Haller2019-04-181-9/+1
* cli: assert for proper escaping when creating objlist stringThomas Haller2019-04-181-16/+36
* cli: default splitting list properties with escaped-tokens styleThomas Haller2019-04-181-10/+32
* cli: fix splitting of multilist property in setterThomas Haller2019-04-181-2/+2
* cli: fix handling empty match.interface-name propertyThomas Haller2019-04-181-3/+9
* all: use escaped_tokens API for bridge vlansBeniamino Galvani2019-04-181-1/+3
* all: support bridge vlan rangesBeniamino Galvani2019-04-181-3/+7
* clients: fix typosBeniamino Galvani2019-04-181-5/+5
* cli: use nm_utils_escaped_tokens_*() for handling policy routesThomas Haller2019-04-171-3/+3
* cli: add new style for tokenizing/concatenating list options in nmcliThomas Haller2019-04-171-7/+21
* cli: avoid duplicate delimiters when printing objlist propertyThomas Haller2019-04-171-4/+8
* nmcli: fix an error message when the tc qdisc kind is missingLubomir Rintel2019-04-121-5/+5
* all: replace g_strsplit_set() by nm_utils_strsplit_set*()Thomas Haller2019-04-101-6/+4
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-101-12/+12
* cli: use nm_strstrip_avoid_copy_a() to avoid heap allocationThomas Haller2019-04-041-7/+7
* clients: do not require gsm.apnLubomir Rintel2019-04-031-1/+0
* cli: add support for routing rules to nmcliThomas Haller2019-03-271-0/+93
* cli: support escaping for splitting for objlist propertiesThomas Haller2019-03-271-3/+37
* nmcli: add bridge vlans supportBeniamino Galvani2019-03-261-0/+78
* all: add vlan-filtering and vlan-default-pvid bridge propertiesBeniamino Galvani2019-03-261-0/+6
* cli/trivial: add comment about partially modifying settings when failing set_...Thomas Haller2019-03-251-0/+11
* 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-251-4/+13
* cli: consistently validate multilist options for add and removeThomas Haller2019-03-251-25/+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-251-2/+0
* 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-251-179/+68
* cli: merge set_fcn() and remove_fcn()Thomas Haller2019-03-251-224/+208
* cli: allow resetting all values via set_fcn() property handlerThomas Haller2019-03-251-102/+147
* cli: implement remove-fcn for objlist typesThomas Haller2019-03-251-139/+93
* cli: implement add-fcn for objlist typesThomas Haller2019-03-251-132/+102
* cli: add clear-all-fcn for objlist propertiesThomas Haller2019-03-251-1/+16
* cli: add objlist property type and implement get_fcn() for all typesThomas Haller2019-03-251-218/+203
* cli: implement team:runner-tx-hash as multilist propertyThomas Haller2019-03-251-98/+36
* cli: implement match:interface-names as multilist propertyThomas Haller2019-03-251-31/+27
* shared: add "strip" argument to _nm_utils_unescape_spaces()Thomas Haller2019-03-251-1/+1
* cli: implement connection:permissions as multilist propertyThomas Haller2019-03-251-64/+46
* 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