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' | |||
2020-09-25 | syslog: T2899: shift system migration files +1 to allow for crux | John Estabrook | |
2019-04-23 | [migration] T1344: extend migration script for radius-source-address | Christian Poessinger | |
radius-source-address was backported to vyOS 1.2.2 so also migrate this node. | |||
2019-04-19 | [migration] T1344: unclutter 'system login radius-server' configuration nodes | Christian Poessinger | |