diff options
author | Thomas Haller <thaller@redhat.com> | 2019-03-20 13:30:06 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-03-25 09:12:33 +0100 |
commit | 166e04799d3b4e1dad521fea34f502c324a4c954 (patch) | |
tree | df4591d89686f392beb21f2718ac4a744e681d99 /Makefile.vapigen | |
parent | 65c8c19fa7f4a5148dac1fa7043bd10524972e37 (diff) | |
download | NetworkManager-166e04799d3b4e1dad521fea34f502c324a4c954.tar.gz |
cli: accept ',' as delimiter for match.interface-names
"match.interface-names" is the only property that uses VALUE_STRSPLIT_MODE_MULTILIST_WITH_ESCAPE.
$ nmcli connection modify "$PROFILE" match.interface-name ' 5, \,\ 4\, '
results in
[match]
interface-name=5;, ;4,;
and
$ echo ">$(nmcli -g match.interface-name -escape=no connection show "$PROFILE")<"
>5 \,\ 4\,<
Yes, plain --get leads to a wrong double-escaping:
$ echo ">$(nmcli -g match.interface-name connection show "$PROFILE")<"
>5 \\,\\ 4\\,<
Diffstat (limited to 'Makefile.vapigen')
0 files changed, 0 insertions, 0 deletions