Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-22 | vpn: pptp: T2351: migrate to common name-server, wins-server nodes | Christian Poessinger | |
2020-04-18 | ipoe-server: T2324: migrate RADIUS configuration to common CLI syntax | Christian Poessinger | |
2020-04-18 | pppoe-server: T2314: migrate IPv6 to common CLI nodes with embedded validation | Christian Poessinger | |
2020-04-11 | vpn: l2tp: T2264: increase config version | Christian Poessinger | |
2020-04-09 | vxlan: pseudo-ethernet: T2260: convert link nodes to source-interface | Christian Poessinger | |
2020-04-05 | wireguard: T2206: split endpoint node to address and port | Christian Poessinger | |
2020-04-05 | wirelessmodem: T1988: migrate to XML and Python | Christian Poessinger | |
2020-03-24 | router-advert: T1831: migrate to XML and python | Christian Poessinger | |
2020-03-22 | sstp: T2150: increase config version from 1 to 2 | Christian Poessinger | |
2020-03-21 | sstp: T2008: increase config version | Christian Poessinger | |
2020-02-23 | pppoe: T1318: Migrate pppoe interfaces to vyos-1x | Christian Poessinger | |
2020-02-05 | login: T1990: Migrate "system login" to XML/Python representation | Christian Poessinger | |
2020-01-26 | lldp: T1896: remove MED civic based location information | Christian Poessinger | |
2019-12-30 | T1919: migrate 'system options' to XML/Python representation | Christian Poessinger | |
2019-12-30 | l2tp: T1858: Delete deprecated outside-nexthop | Eshenko Dmitriy | |
2019-12-28 | ipv6: T1915: remove 'system ipv6 blacklist' | Christian Poessinger | |
2019-12-26 | time-zone: T1906: migrate to XML/Python | Christian Poessinger | |
2019-12-06 | syslog: T1845: migration script support bumps system to 12VyOS_1.2-2019Q4 | hagbard | |
- forgot to add 'git add cfg-version/system@12' | |||
2019-12-06 | syslog: T1845: migration script support bumps system to 12 | hagbard | |
2019-12-05 | Revert "syslog: T1845 bumping system version for migration script" | hagbard | |
This reverts commit fb879438a11a867e80e4d506048f1091be796920. | |||
2019-12-04 | syslog: T1845 bumping system version for migration script | hagbard | |
2019-11-23 | wireless: T1627: initial rewrite in XML/Python style | Christian Poessinger | |
2019-11-11 | Merge pull request #108 from vindenesen/T1704 | Christian Poessinger | |
[Interface, OpenVPN]: T1704: New interface version 3, because of OpenVPN config syntax change | |||
2019-10-27 | snmp: T818: T1738: remove per user/trap engine id | Christian Poessinger | |
2019-10-12 | [Interface, OpenVPN]: T1704: New interface version 3, because of OpenVPN ↵ | vindenesen | |
config syntax change | |||
2019-09-30 | Add vyos-accel-ppp@2 | Christian Poessinger | |
2019-09-04 | bonding: T1614: increase config version from interfaces 1 -> 2 | Christian Poessinger | |
2019-08-20 | powerdns: T1595: add config migrator to remove 'listen-on' | Christian Poessinger | |
2019-08-20 | powerdns: T1524: support setting allow-from network | Christian Poessinger | |
2019-08-05 | [bridge]: T1556: rewrite Bridge in new style XML syntax | Christian Poessinger | |
2019-04-20 | Revert "T1336: bump system version from 11 to 12" | Christian Poessinger | |
This reverts commit af06f9ca70df33b90cc055afdb65e693d71c9e72. | |||
2019-04-20 | T1336: bump system version from 11 to 12 | Christian Poessinger | |
2019-04-18 | T1344: rename RADIUS 'system login' nodes | Christian 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-04 | T1323 - remove the option to setup an operator account | hagbard | |
2019-04-04 | T1323 - migrate operator accounts to admin accounts | hagbard | |
2018-12-07 | T1060: build fix for wrong config-version number | Christian 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-06 | T1060: add missing version file for webproxy | Dirk Steinkopf | |
2018-11-17 | T1018: remove obsoleted 'dynamic' option from NTP | Christian 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-12 | T987: Unclutter PPTP/IPSec RADIUS configuration nodes | Christian 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-11 | T987: Unclutter L2TP/IPSec RADIUS configuration nodes | Christian 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-02 | T939: Remove possibility to specify DHCP relay port | Christian Poessinger | |
2018-10-24 | T932: add version file for DHCP relay. | Daniil Baturin | |
2018-10-21 | T634: remove 'service ssh allow-root' | Christian Poessinger | |
2018-09-02 | T825: remove deprecated 'set system package' | Christian Poessinger | |
2018-08-28 | import broadcast-relay@1 mdns@1 config version files | Christian Poessinger | |
2018-08-28 | T782: T778: import dhcp-server@5 config version file from vyatta-cfg-dhcp-server | Christian Poessinger | |
2018-07-27 | T666, T616: bump VRRP config version to 2. | Daniil Baturin | |
2018-05-30 | T667: increase the "system" module version for migration purposes. | Daniil Baturin | |
2015-11-04 | vyatta-cfg-system: bump system version to 7 for smp-affinity rename | Alex 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-15 | Remove support for ssh protocol version | Stephen Hemminger | |
Bug 6576 |