Age | Commit message (Collapse) | Author | |
---|---|---|---|
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' | |||
2018-12-31 | T1112: migrate BGP redistribute metric and route-map options too. | Daniil Baturin | |
2018-12-31 | T1112: migrate BGP redistribute options (patch by Merijn). | Daniil Baturin | |
2018-09-19 | T849: fix quagga 2-to-3 migration script permissions. | Daniil Baturin | |
2018-09-19 | T849: remove stray debug prints. | Daniil Baturin | |
2018-09-18 | T849: add a migration script for the new IPv4 BGP syntax. | Daniil Baturin | |