-
Bug
-
Resolution: Unresolved
-
Undefined
-
rhel-9.7
-
rhel-system-roles-1.99.1-0.1.el9
-
No
-
Low
-
rhel-system-roles
-
0
-
QE ack, Dev ack
-
False
-
False
-
-
Yes
-
Red Hat Enterprise Linux
-
None
-
Pass
-
Automated
-
Bug Fix
-
-
Done
-
Done
-
Done
-
Not Required
-
None
What were you trying to do that didn't work?
Given a managed host with the NetworkManager `NetworkManager-1.40.16-18.el8_10` installed, when creating the routing rule with `uid` specified, then the network role raises the error `error: connection[0]: the routing rule selector 'uid' is not supported in NetworkManger until NM 1.34`.
What is the impact of this issue to you?
I cannot configure the routing rule with the uid range.
Please provide the package NVR for which the bug is seen:
1.40.16-18.el8_10
How reproducible is this bug?:
always
Steps to reproduce
- Running the network role with the following `network_connections` :
network_connections: - name: testeth1 interface_name: eth1 state: up type: ethernet autoconnect: true ip: dhcp4: false address: - 198.51.100.3/26 - 2001:db8::2/32 route: - network: 198.51.100.64 prefix: 26 gateway: 198.51.100.6 metric: 4 table: 30200 routing_rule: - priority: 30205 uid: 2000 - 3000 family: ipv4 table: 30200
Expected results
The routing rules should configured correctly without raising any error.
Actual results
The error `error: connection[0]: the routing rule selector 'uid' is not supported in NetworkManger until NM 1.34` was raised.
- links to
-
RHEA-2025:148880 rhel-system-roles bug fix and enhancement update