Page MenuHomeVyOS Platform

The migration of the 'weekend' option in the firewall fails from 1.3.8 to the rolling release
Closed, ResolvedPublicBUG

Description

The migration of the 'weekend' option in the firewall fails from 1.3.8 to the rolling release
Configuration in 1.3.8:

set firewall name TEST rule 10 action 'accept'
set firewall name TEST rule 10 time weekdays 'Mon,Sat'

Loading config in the rolling release:

vyos@vyos# load config.boot
Load complete. Use 'commit' to make changes effective.
[edit]
vyos@vyos# commit
[ firewall ]
Fail to apply firewall Error found on: firewall ipv4 name TEST rule 10
Error message: Could not parse Day of week of packet reception
expression; did you you mean `Monday`?
[[firewall]] failed
Commit failed
[edit]
vyos@vyos#

The same issue exists when I try migrate it from 1.3.8 to 1.4.4

Details

Version
VyOS 2026.02.17-0027-rolling, VyOS 1.4.4
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)