| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-28 | T7591: remove copyright years from source files | Christian 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-26 | migration: T6007: convert all migration scripts to load as module | John Estabrook | |
| 2024-04-11 | T6216: firewall: add patch while migrating from 1.3 to 1.4 in order to avoid ↵ | Nicolas Fort | |
| errors when using character <+> in 1.3 in firewall groups and custom firewall chains. | |||
| 2024-03-10 | firewall: T6071: truncate rule description field to 255 characters | Christian Breunig | |
| 2024-01-02 | T5888: fix migration script in order to fit new type-names for icmp and icmpv6. | Nicolas Fort | |
| 2023-08-02 | T5427: Fix migration script arguments len expects 2 args | Viacheslav Hletenko | |
| The script's name is always provided as the first argument sys.argv[0] Expected length for argv is 2 (script itself + config file) Change: 'if (len(argv) < 1)' to 'if len(argv) < 2' | |||
| 2022-07-05 | firewall: T2199: Fix migration when `icmpv6 type` is an integer | sarthurdev | |
| 2022-02-04 | firewall: T4209: Fix support for rule `recent` matches | sarthurdev | |
| 2022-01-28 | firewall: T4217: install protocol tcp_udp if port group does not use a protocol | Christian Poessinger | |
| 2022-01-21 | firewall: T4186: ICMP/v6 migrations | sarthurdev | |
| 2022-01-17 | firewall: policy: T4178: Migrate and refactor tcp flags | sarthurdev | |
| * Add support for ECN and CWR flags | |||
| 2021-12-06 | firewall: T2199: Migrate firewall to XML/Python | sarthurdev | |
