-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.6
-
None
-
None
-
None
-
rhel-net-mgmt
-
None
-
False
-
False
-
-
None
-
None
-
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
-
x86_64
-
None
What were you trying to do that didn't work?
Deploy environment with IPV6 only stack using nmstate (nmpolicy feature)
What is the impact of this issue to you?
Our Telco Partner deploy single stack IPV6 only OCP cluster for customers and can not deploy at scale without using nmstate (nmpolicy feature).
Please provide the package NVR for which the bug is seen:
How reproducible is this bug?:
Always
Steps to reproduce
- Create nmstate configuration file for br-ex wih only ipv6 address
capture: gw: routes.running.destination=="0.0.0.0/0" base-iface: interfaces.name==capture.gw.routes.running.0.next-hop-interface new-iface: capture.base-iface | interfaces.ipv6.forwarding:=null base-iface-routes: routes.running.next-hop-interface==capture.base-iface.interfaces.0.name bridge-routes: capture.base-iface-routes | routes.running.next-hop-interface:="br-ex" new-mtu: capture.bridge-routes | routes.running.mtu:="1280" desired: routes: config: "{{ capture.new-mtu.routes.running }}" interfaces: - name: br-ex type: ovs-interface state: up mac-address: "{{ capture.new-iface.interfaces.0.mac-address }}" ipv6: "{{ capture.new-iface.interfaces.0.ipv6 }}" - name: br-ex type: ovs-bridge state: up bridge: options: mcast-snooping-enable: false port: - name: "{{ capture.new-iface.interfaces.0.name }}" - name: br-ex
- Apply the manifest using nmstate