index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
migration-scripts
/
firewall
/
6-to-7
Age
Commit message (
Collapse
)
Author
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