summaryrefslogtreecommitdiff
path: root/src/migration-scripts/firewall/12-to-13
AgeCommit message (Collapse)Author
2025-06-28T7591: remove copyright years from source filesChristian Breunig
The legal team says years are not necessary so we can go ahead with it, since it will simplify backporting. Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \ 's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors <maintainers@vyos.io>/g' In addition we will error-out during "make" if someone re-adds a legacy copyright notice
2024-06-26migration: T6007: convert all migration scripts to load as moduleJohn Estabrook
2024-04-06T6199: remove unused Python imports from migration scriptsChristian Breunig
2023-11-28T5575: Update migration scripts for state policy parsingNicolas Fort
2023-11-14T5729: firewall and policy: fix latest migration scriptNicolas Fort
2023-11-10T5729: firewall: switch to valueless in order to remove unnecessary ↵Nicolas Fort
<enable|disable> commands; log and state moved to new syntax.