-
Story
-
Resolution: Won't Do
-
Normal
-
None
-
None
-
rhel-sst-network-management
-
ssg_networking
-
3
-
False
-
-
Yes
-
Red Hat Enterprise Linux
-
None
-
-
None
-
None
-
Enhancement
-
-
All
-
None
What were you trying to do that didn't work?
Introduce the value of a property of type "flags" using a comma or space separated list of flag names. Only the hexadecimal numeric value was accepted.
I don't remember what property it was. In some it works, in others not.
Note: should we also support adding and removing flags with `+flagname` / `-flagname`? Is it already supported?
Please provide the package NVR for which bug is seen:
How reproducible:
Steps to reproduce
- nmcli c modify CON-NAME setting.property flag1,flag2
Expected results
The value is accepted as if it was the OR combination of all the listed flags
Alternatively, a decimal numeric value is accepted, not only an hexadecimal one.
Also, accept adding / removing flags with `+flagname` / `-flagname`?
Actual results
None of them are accepted