summaryrefslogtreecommitdiff
path: root/cfg-version
AgeCommit message (Collapse)Author
2018-11-17T1018: remove obsoleted 'dynamic' option from NTPChristian Poessinger
Increase NTP config version from 0 to 1. For more information see [1]. ntpd: Warning: the "dynamic" keyword has been obsoleted and will be removed in the next release [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553976
2018-11-12T987: Unclutter PPTP/IPSec RADIUS configuration nodesChristian Poessinger
In other words, remove top level tag nodes from radius-server and introduce a regular "radius" node, thus we can add additional features, too. A migration script is provided in vyos-1x which takes care of this config migration. Change VyOS CLI from: vyos@vyos# show vpn pptp remote-access { authentication { mode radius radius-server 172.16.100.10 { key barbarbar } radius-server 172.16.100.20 { key foofoofoo } } To: vyos@vyos# show vpn l2tp remote-access { authentication { mode radius radius { server 172.16.100.10 { key barbarbar } server 172.16.100.20 { key foofoofoo } } }
2018-11-11T987: Unclutter L2TP/IPSec RADIUS configuration nodesChristian Poessinger
In other words, remove top level tag nodes from radius-server and introduce a regular "radius" node, thus we can add additional features, too. A migration script is provided in vyos-1x which takes care of this config migration. Change VyOS CLI from: vyos@vyos# show vpn l2tp remote-access { authentication { mode radius radius-server 172.16.100.10 { key barbarbar } radius-server 172.16.100.20 { key foofoofoo } radius-source-address 172.16.254.100 } To: vyos@vyos# show vpn l2tp remote-access { authentication { mode radius radius { server 172.16.100.10 { key barbarbar } server 172.16.100.20 { key foofoofoo } source-address 172.16.254.100 } }
2018-11-02T939: Remove possibility to specify DHCP relay portChristian Poessinger
2018-10-24T932: add version file for DHCP relay.Daniil Baturin
2018-10-21T634: remove 'service ssh allow-root'Christian Poessinger
2018-09-02T825: remove deprecated 'set system package'Christian Poessinger
2018-08-28import broadcast-relay@1 mdns@1 config version filesChristian Poessinger
2018-08-28T782: T778: import dhcp-server@5 config version file from vyatta-cfg-dhcp-serverChristian Poessinger
2018-07-27T666, T616: bump VRRP config version to 2.Daniil Baturin
2018-05-30T667: increase the "system" module version for migration purposes.Daniil Baturin
2015-11-04vyatta-cfg-system: bump system version to 7 for smp-affinity renameAlex Harpin
Bump system@6 to system@7 to add the required config migration for the smp_affinity to smp-affinity rename. Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18
2012-08-15Remove support for ssh protocol versionStephen Hemminger
Bug 6576
2011-08-15Migration for bug 6900John Southworth
2010-10-13Migrate NTP server to services ntpStephen Hemminger
Allows starting NTP server once at boot speeding up boot time and allows specifying some NTP server options
2010-01-05Change 'protocols snmp' to 'service snmp'Stephen Hemminger
Bug 212 The entries in config under protocols were all routing protocols except SNMP which was an unfortunate original design choice. Config script does migration.
2009-12-04Change telnet allow-root to existance (instead of boolean)Stephen Hemminger
Also change config version for migration.
2009-07-17Change version of system configStephen Hemminger
Bug 4504 (cherry picked from commit 84219ff7c3399ae24edb7a925d03adf17ac4f18c)
2008-06-19Add module version for vrrp.Stig Thormodsrud