Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-06 | util: T2226: rewrite 12-to-13 to use cmd | Thomas Mangin | |
2020-02-06 | migrator: system: add missing if when checking user level in 9-to-10 | Christian Poessinger | |
2020-02-06 | migrator: system: use base_level in 9-to-10 | Christian Poessinger | |
2020-02-06 | migrator: system: indent by 4 spaces | Christian Poessinger | |
2020-02-02 | login: T1948: remove obsolete config nodes "group" and "level" | Christian Poessinger | |
2020-02-02 | options: T1919: remove broken comment | Christian Poessinger | |
2019-12-30 | options: T1919: migrate 'system options' to XML/Python representation | Christian Poessinger | |
2019-12-28 | ipv6: T1915: remove 'system ipv6 blacklist' | Christian Poessinger | |
2019-12-26 | time-zone: T1906: migrate unknown timezones to UTC | Christian Poessinger | |
If - for whatever reason - a timezone specified is invalid ... migrate it to UTC, just in case! | |||
2019-12-26 | time-zone: T1906: migrate to XML/Python | Christian Poessinger | |
The current node.def based implementtion should be migrated from vyatta-cfg-system to vyos-1x. During the migration also provide a migration script which transforms some ole timezones like "Los_Angeles" into a proper IANA assigned timezone which should be "America/Los_Angeles". | |||
2019-12-06 | syslog: T1845: syslog host no longer accepts a port | hagbard | |
- migrates 'system syslog host <ip_address:port>' to system syslog host <ip_address> port <port> | |||
2019-12-05 | Revert "syslog: T1845: syslog host no longer accepts a port" | hagbard | |
This reverts commit a93a1dbd7d18ff82246b4f7fb9a3757c14e6a9c7. | |||
2019-12-04 | syslog: T1845: syslog host no longer accepts a port | hagbard | |
- renamed interface xml - renamed syslog.py to system-syslog.py - moved protocol out of the facility node (bug) - node port created - migration script included | |||
2019-05-08 | T805: Drop config compatibility with Vyatta Core older than 6.5 | John Estabrook | |
Rewrite vyatta-config-migrate/migrate/system/6-to-7 in the canonical style and add to vyos-1x migration-scripts. This completes the collection of scripts needed to drop compatability with Vyatta Core older than 6.5. | |||
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-20 | Revert "[hostname] T1336: trailing dots in system domain-name are invalid" | Christian Poessinger | |
This reverts commit 05c539ea5595790b297904569cbe13089ce79e18. | |||
2019-04-20 | [hostname] T1336: trailing dots in system domain-name are invalid | Christian Poessinger | |
Debian/Systemd provides hostnamectl which disabllows setting a FQDN when there is a trailing (.) in the provided hostname. Extend regex when setting "system domain-name" that there can't be a trailing (.). Provide migration script for current installations to remove the dot. | |||
2019-04-19 | [migration] T1344: unclutter 'system login radius-server' configuration nodes | Christian Poessinger | |
2019-04-04 | T1323 - migrate operator accounts to admin accounts | hagbard | |
2018-09-02 | T825: add system 8-to-9 migration script | Christian Poessinger | |
2018-05-29 | T667: add a migration script for converting "system gateway-address" to ↵ | Daniil Baturin | |
"protocols static route 0.0.0.0". Code-wise that option was in vyatta-cfg-quagga, but the syntax is inside "system", so let's keep the script under system too. |