Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-11 | vpn: l2tp: T2264: migrate IPv6 prefix node to common CLI style | Christian Poessinger | |
Combining multiple options into a single CLI node is considered bad practice. IPv6 prefixes consited of the prefix itself and a mask send to the client in one node only. The following CLI parts have been migrated from client-ipv6-pool { delegate-prefix fc00:0:1::/48,64 prefix 2001:db8::/64,64 } to client-ipv6-pool { delegate fc00:0:1::/48 { delegation-prefix 48 } prefix 2001:db8::/48 { mask 64 } } Thus regular validation steps from the VyOS CLI can be used when a prefix is configured. | |||
2020-04-11 | vpn: l2tp: T2264: simplify IPv6 config dictionary elements | Christian Poessinger | |
2020-04-11 | vpn: sstp: T2008: migrate from SysVinit -> systemd | Christian Poessinger | |
2020-04-11 | vpn: l2tp: T2264: proper set PPP default values to ease Jinja2 template | Christian Poessinger | |
2020-04-11 | vpn: l2tp: T2264: migrate to new dictionary keys for radius auth | Christian Poessinger | |
2020-04-11 | vpn: l2tp: T2264: migrate to new dictionary keys for local auth | Christian Poessinger | |
2020-04-11 | vpn: l2tp: T2264: combine WINS CLI syntax | Christian Poessinger | |
There is no reason to distinguish between WINS servers in terms of priority. This is solely a task which can be done in the underlaying Python scripts. | |||
2020-04-11 | vpn: l2tp: T2264: combine IPv4/IPv6 name-server CLI syntax | Christian Poessinger | |
There is no reason to distinguish between an IPv4 and IPv6 name-server node on the CLI - this can be done in the underlaying Python scripts. | |||
2020-04-10 | pppoe: T2248: connect-on-demand and vrf are mutually exclusive | Christian Poessinger | |
As PPP can be used to establish a connection on-demand it manages the Kernel default route. This can not be used when using VRFs which are managed by the ip-up.d and ip-down.d scripts - thus those options are now mutially exclusive. The best fix would be adding support for VRFs into PPP. | |||
2020-04-10 | openvpn: T2261: re-add ccd to template (was removed by mistake) | jjakob | |
Commit ef27cef0 mistakenly removed client-config-dir from the server template. | |||
2020-04-08 | http api: T2252: increase proxy_read_timeout for image management | John Estabrook | |
2020-04-08 | openvpn: T2234: clean up and rework openvpn template | jjakob | |
- rearranged options to put them in logical groups separated by blank lines - removed unnecessary blank lines (whitespace) - fixed encryption if-else comparison logic that caused 3des to be ignored - set tls if tls-version-min is set | |||
2020-04-07 | http api: T2160: Fix error message when api proxy restricted. | John Estabrook | |
2020-04-07 | l2tp: pptp: pppoe: T2237: Fix chap-secrets template format | DmitriyEshenko | |
2020-04-05 | Merge pull request #306 from alainlamar/T2233 | Christian Poessinger | |
wireless: T2233: bugfix: Typos in Jinja2 syntax | |||
2020-04-05 | ipsec: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | salt-minion: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | pim: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | mpls: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | igmp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | ipoe-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | pppoe-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | pptp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | router-advert: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | system-login: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | wifi-regdom: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | vrrp: T2230: convert template from dos to unix line endings | Christian Poessinger | |
2020-04-05 | https: T2230: convert template from dos to unix line endings | Christian Poessinger | |
2020-04-05 | mdns-repeater: T2230: convert template from dos to unix line endings | Christian Poessinger | |
2020-04-05 | vrf: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | bfd: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | wireless: T2233: bugfix: Typos in Jinja2 syntax | Alain Lamar | |
2020-04-05 | tftp-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | mdns-repeater: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | https: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | igmp-proxy: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dynamic-dns: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | syslog: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | broadcast-relay: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | openvpn: improve value help on ipfix | Christian Poessinger | |
2020-04-05 | flow-accounting: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | lldp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | snmp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dns-forwarding: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dhcp-server: T2230: rename template dir from dhcp -> dhcp-server | Christian Poessinger | |
2020-04-05 | dhcpv6-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dhcpv6-relay: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | wireless: T2212: bugfix for BF-ANTENNA and SOUNDING-DIMENSION flags | alainlamar | |
VHT flags deal with many variables which depend on antenna count and supported features. BF-ANTENNA-(2|3|4) and SOUNDING-DIMENSION-(2|3|4) were not dealt with correctly. IEEE 802.11ac (VHT) supports at least 1 antenna and up to 8 antennas at most. The hsotapd VHT flags may support as many but most do not. Therefore, we need to be picky here... | |||
2020-04-05 | dhcp-relay: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | sstp: T2230: move inlined templates to dedicated files | Christian Poessinger | |