-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
None
-
Product / Portfolio Work
-
None
-
False
-
-
None
-
None
-
None
-
-
None
-
-
None
-
None
-
None
RFE Request:
Need to create the ingress-qos-map and egress-qos-map using the NMState NodeNetworkConfigurationPolicy
For example, NNCP should be allowed to create a VLAN that is equivalent to:
~~~
ip link add link bond1 name bond1.1000 type vlan id 1000 egress-qos-map 0:0 1:1 2:2 3:3 4:4 5:5 6:6 7:7
~~~
It is more convenient to set the ingress/egress-qos-map using NNCP.
A workaround can be done by creating a systemd in MC, but it will require reboots.