summaryrefslogtreecommitdiff
path: root/cfg-version
AgeCommit message (Collapse)Author
2020-04-22vpn: pptp: T2351: migrate to common name-server, wins-server nodesChristian Poessinger
2020-04-18ipoe-server: T2324: migrate RADIUS configuration to common CLI syntaxChristian Poessinger
2020-04-18pppoe-server: T2314: migrate IPv6 to common CLI nodes with embedded validationChristian Poessinger
2020-04-11vpn: l2tp: T2264: increase config versionChristian Poessinger
2020-04-09vxlan: pseudo-ethernet: T2260: convert link nodes to source-interfaceChristian Poessinger
2020-04-05wireguard: T2206: split endpoint node to address and portChristian Poessinger
2020-04-05wirelessmodem: T1988: migrate to XML and PythonChristian Poessinger
2020-03-24router-advert: T1831: migrate to XML and pythonChristian Poessinger
2020-03-22sstp: T2150: increase config version from 1 to 2Christian Poessinger
2020-03-21sstp: T2008: increase config versionChristian Poessinger
2020-02-23pppoe: T1318: Migrate pppoe interfaces to vyos-1xChristian Poessinger
2020-02-05login: T1990: Migrate "system login" to XML/Python representationChristian Poessinger
2020-01-26lldp: T1896: remove MED civic based location informationChristian Poessinger
2019-12-30T1919: migrate 'system options' to XML/Python representationChristian Poessinger
2019-12-30l2tp: T1858: Delete deprecated outside-nexthopEshenko Dmitriy
2019-12-28ipv6: T1915: remove 'system ipv6 blacklist'Christian Poessinger
2019-12-26time-zone: T1906: migrate to XML/PythonChristian Poessinger
2019-12-06syslog: T1845: migration script support bumps system to 12VyOS_1.2-2019Q4hagbard
- forgot to add 'git add cfg-version/system@12'
2019-12-06syslog: T1845: migration script support bumps system to 12hagbard
2019-12-05Revert "syslog: T1845 bumping system version for migration script"hagbard
This reverts commit fb879438a11a867e80e4d506048f1091be796920.
2019-12-04syslog: T1845 bumping system version for migration scripthagbard
2019-11-23wireless: T1627: initial rewrite in XML/Python styleChristian Poessinger
2019-11-11Merge pull request #108 from vindenesen/T1704Christian Poessinger
[Interface, OpenVPN]: T1704: New interface version 3, because of OpenVPN config syntax change
2019-10-27snmp: T818: T1738: remove per user/trap engine idChristian Poessinger
2019-10-12[Interface, OpenVPN]: T1704: New interface version 3, because of OpenVPN ↵vindenesen
config syntax change
2019-09-30Add vyos-accel-ppp@2Christian Poessinger
2019-09-04bonding: T1614: increase config version from interfaces 1 -> 2Christian Poessinger
2019-08-20powerdns: T1595: add config migrator to remove 'listen-on'Christian Poessinger
2019-08-20powerdns: T1524: support setting allow-from networkChristian Poessinger
2019-08-05[bridge]: T1556: rewrite Bridge in new style XML syntaxChristian Poessinger
2019-04-20Revert "T1336: bump system version from 11 to 12"Christian Poessinger
This reverts commit af06f9ca70df33b90cc055afdb65e693d71c9e72.
2019-04-20T1336: bump system version from 11 to 12Christian Poessinger
2019-04-18T1344: rename RADIUS 'system login' nodesChristian Poessinger
In order to prepare for adding a RADIUS source IP address and synchronize the syntax with L2TP/PPTP the nodes have been renamed from: set system login radius-server x.x.x.x to set system login radius server x.x.x.x
2019-04-04T1323 - remove the option to setup an operator accounthagbard
2019-04-04T1323 - migrate operator accounts to admin accountshagbard
2018-12-07T1060: build fix for wrong config-version numberChristian Poessinger
Commit 9d35610c173 ("T1060: add missing version file for webproxy") assumed that there is a webproxy config version of 0 but we already have 1. This lead to duplicate files detected by apt.
2018-12-06T1060: add missing version file for webproxyDirk Steinkopf
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