Example:
First:
- vyos.vyos.vyos_firewall_global:
config:
route_redirects:
- afi: ipv6
ip_src_route: trueThen:
- vyos.vyos.vyos_firewall_global:
config:
route_redirects:
- afi: ipv6
ip_src_route: falseObserve: 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.