SIGN IN SIGN UP

ip: ipv4.forwarding deserialize from string also

Be able to use "true" in place of true in ipv4.forwarding:

```
interfaces:
  - name: eth1
    type: ethernet
    state: up
    ipv4:
      address:
      - ip: 192.0.2.1
        prefix-length: 24
      dhcp: false
      enabled: true
      forwarding: "true"
```

Resolves: https://issues.redhat.com/browse/RHEL-153618

Signed-off-by: Rahul Rajesh <rajeshrah22@gmail.com>
R
Rahul Rajesh committed
767a2ae0f25870ed7de939a71fdcf5e61e7d6fa6
Parent: a7e7ebb
Committed by Gris Ge <fge@redhat.com> on 3/10/2026, 12:21:07 PM