Page MenuHomeVyOS Platform

Can't disable `ipv6-src-route` after enabling it
In progress, NormalPublicBUG

Description

Example:

First:

- vyos.vyos.vyos_firewall_global:
    config:
      route_redirects:
      - afi: ipv6
        ip_src_route: true

Then:

- vyos.vyos.vyos_firewall_global:
    config:
      route_redirects:
      - afi: ipv6
        ip_src_route: false

Observe: ipv6-src-route is still specified in the config as true.

I have the bugfix ready, just need to add a test. I'd like to have this fixed in v6.0.0, if possible.

Details

Version
6.0.0
Is it a breaking change?
Behavior change
Issue type
Bug (incorrect behavior)

Event Timeline

RubenNL changed the task status from Open to In progress.May 28 2025, 2:35 PM
RubenNL claimed this task.
Viacheslav triaged this task as Normal priority.Jun 2 2025, 4:32 PM