Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-09 | vxlan: pseudo-ethernet: T2260: convert link nodes to source-interface | Christian Poessinger | |
2020-04-09 | wireguard: T2206: fix comment in migration script | Christian Poessinger | |
2020-04-07 | http api: T2160: move 'api virtual-host' to 'api-restrict virtual-host' | John Estabrook | |
Restriction of api proxy should be owned by https.py, not http-api.py. | |||
2020-04-06 | util: T2226: rewrite 12-to-13 to use cmd | Thomas Mangin | |
2020-04-05 | wireguard: T2206: split endpoint node into address and port | Christian Poessinger | |
WireGuard has been the only subsystem combining a remote ip address and a remote port number into a single node. This is bad as there is no possiblity for the XML based input validation for IP address and port numbers. That's the reason the peer endpoint node goets migrated into a peer address and a peer port node utilizing the embedded syntax node checking for IP addresses and port ranges. | |||
2020-04-05 | wwan: migrate: fix comment | Christian Poessinger | |
2020-04-02 | bgp: T2100: migration to drop parameter disable-network-import-check | John Estabrook | |
2020-03-28 | wwan: T1988: support interface disable | Christian Poessinger | |
2020-03-26 | router-advert: T2162: bugfix migrating link-mtu nodes with 0 value | Christian Poessinger | |
... those nodes mean link-mtu advertisement is disabled in radvd and thus we delete the node completely as it's useless. | |||
2020-03-25 | service https: T2157: Fix comment block | John Estabrook | |
2020-03-25 | Merge pull request #265 from thomas-mangin/2057-dhcp-vlan | Christian Poessinger | |
ifconfig: T2057: break down DHCP, add register, STP and VLAN as adapters | |||
2020-03-24 | service https: T2157: Organize server block directives as 'virtual host' | John Estabrook | |
2020-03-24 | ifconfig: T2057: remove need for interface-types.json | Thomas Mangin | |
2020-03-24 | router-advert: T1831: add config migration script | Christian Poessinger | |
2020-03-22 | sstp: T2150: use full file path on SSL certificates | Christian Poessinger | |
2020-03-21 | sstp: T2008: bugfix migrator for radius options | Christian Poessinger | |
An if statement was missing to check if there are really additional radius-settings or not. | |||
2020-03-20 | sstp: T2008: migrate SSL certificate nodes | Christian Poessinger | |
2020-03-20 | sstp: T2008: remove req-limit config node | Christian Poessinger | |
Limiting the amount of requests passed to a server seems to be the wrong way to tackle a problem. | |||
2020-03-20 | sstp: T2110: use uniform RADIUS CLI syntax | Christian Poessinger | |
- migrate RADIUS configuration to a more uniform syntax accross the system - authentication radius-server x.x.x.x to authentication radius server x.x.x.x - authentication radius-settings to authentication radius | |||
2020-03-20 | sstp: T2008: dns: unwind configuration | Christian Poessinger | |
2020-03-20 | sstp: T2008: move to vpn node | Christian Poessinger | |
2020-03-09 | T1967: add a migration script for the enforce-first-as option. | Daniil Baturin | |
2020-02-23 | pppoe: T1318: declutter name-server CLI nodes | Christian Poessinger | |
Instead of letting the user choose between auto and none where auto is default, it makes more sesne to just offer an option to disable the default behavior. | |||
2020-02-23 | pppoe: T2055: remove router-advert node in client interface | Christian Poessinger | |
2020-02-23 | pppoe: T1318: migrate user-id and password nodes under an authentication node | Christian Poessinger | |
2020-02-23 | pppoe: T1318: rename link to source-interface | Christian Poessinger | |
2020-02-23 | pppoe: T1318: extend migrator for firewall, qos and ip routing nodes | Christian Poessinger | |
2020-02-23 | pppoe: T1318: proper delete old interfaces in migrator | Christian Poessinger | |
2020-02-23 | pppoe: T1318: fix migrator and add missing link statement | Christian Poessinger | |
2020-02-23 | pppoe: T1318: add first version of new XML/Python implementation | Christian Poessinger | |
vyos@vyos# show interfaces pppoe pppoe pppoe0 { default-route force link eth2.7 mtu 400 name-server auto password 12345678 user-id vyos@vyos.io } | |||
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 | |
2020-01-26 | lldp: T1896: remove MED civic based location information | Christian Poessinger | |
Civic based location information was not working for quiet some time and as an unused feature we should drop it to keep the codebase more simple and maintainable. | |||
2019-12-30 | options: T1919: migrate 'system options' to XML/Python representation | Christian Poessinger | |
2019-12-30 | l2tp: T1858: Delete deprecated outside-nexthop | DmitriyEshenko | |
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-11-24 | bridge: T1673: re-use "base" variable | Christian Poessinger | |
2019-11-24 | bridge: T1673: add missing VLAN bridge member migration | Christian Poessinger | |
VLAN interfaces assigned to a bridge as member have not been migrated so far. This was the case for vif, vif-s and vif-c interfaces. The migration code has been generalized in migrate_bridge() so it is re-usable for regular interfaces, vif, vif-s and vif-c interfaces - all now use the same code. | |||
2019-11-23 | Merge branch 't1627-wireless' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 't1627-wireless' of github.com:c-po/vyos-1x: wireless: T1627: support station mode wireless: T1627: support DHCP(v6) addresses wireless: T1627: add support for RADIUS source-address wireless: T1627: RADIUS servers must have a key specified wireless: T1627: change RADIUS CLI syntax l2tp: harmonize RADIUS wording wireless: T1627: re-order WPA key in hostapd config wireless: T1627: change priority from 318 to 400 wireless: T1627: fix generated ht_capab and vht_capab wireless: T1627: fix regex for 'ht channel-set-width' wireless: T1627: config migrator does not support camel casing wireless: T1627: initial rewrite of show-wireless.pl in Python wireless: T1627: add op-mode commands wireless: T1627: initial rewrite in XML/Python style | |||
2019-11-23 | wireless: T1627: change RADIUS CLI syntax | Christian Poessinger | |
Adopt RADIUS configuration and harmonize it with the rest of VyOS. Move the following configuration block: security { wpa { cipher CCMP mode wpa2 radius-server 172.16.100.10 { port 1812 secret secretkey } radius-server 172.16.100.11 { port 1812 secret secretkey } } } to the harmonized version of: security { wpa { cipher CCMP mode wpa2 radius { server 172.16.100.10 { port 1812 secret secretkey } server 172.16.100.11 { port 1812 secret secretkey } } } } And add the new "set interfaces wireless wlan0 security wpa radius source-address" CLI command to specify the origin of any RADIUS query on systems having multiple IP addresses. | |||
2019-11-23 | wireless: T1627: config migrator does not support camel casing | Christian Poessinger | |
convert all nodes to lowercase | |||
2019-11-23 | wireless: T1627: initial rewrite in XML/Python style | Christian Poessinger | |
Working: - Wireless modes b, g, n, ac - WPA/WPA2 psk and RADIUS (tested using Microsoft NPS) |