Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-18 | pppoe-server: T2313: bugfix Floating Point Exception | Christian Poessinger | |
When only defining a timeout limit the generated config will look like: [connlimit] limit= burst= timeout=5 This will trigger a "Floating point exception" on startup of Accel-PPP and it can be re-surrected anymore until service is completely deleted and re-added. | |||
2020-04-18 | pppoe-server: T2314: migrate RADIUS configuration to common CLI syntax | Christian Poessinger | |
2020-04-18 | vpn: l2tp: pptp: sstp: rename files to common pattern | Christian Poessinger | |
2020-04-18 | pppoe-server: T2314: migrate IPv4/IPv6 name-servers to common node | Christian Poessinger | |
Instead of having "dns-server server-1|server-2" nodes and the same for IPv6 all DNS nameservers are migrated to a common name-servers node. | |||
2020-04-18 | vpn: l2tp: sstp: ease unlinking of configuration files | Christian Poessinger | |
2020-04-18 | pppoe-server: T2314: remove boilerplate code and adjust | Christian Poessinger | |
2020-04-18 | pppoe-server: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-18 | dns-forwarding: T2318: bugfix migration script | Christian Poessinger | |
Commit bbea850ea5f ("ifconfig: T2057: remove need for interface-types.json") called the Interface() class with a wrong input variable, this caused the following error: Traceback (most recent call last): File "/opt/vyatta/etc/config-migrate/migrate/dns-forwarding/1-to-2", line 64, in <module> raise ValueError(f'Invalid interface name {intf}') ValueError: Invalid interface name eth0 vif 202 | |||
2020-04-18 | Merge pull request #353 from alainlamar/T2306 | Christian Poessinger | |
feature: T2306: Add new cipher suites to the WiFi configuration | |||
2020-04-17 | wireless: T2306: bugfix: insert missing </leafNode> | Alain Lamar | |
2020-04-17 | wireless: T2306: Add new cipher suites to the WiFi configuration | Alain Lamar | |
Yet, VyOS knows these two encryption schemes for WiFi: 1. CCMP = AES in Counter mode with CBC-MAC (CCMP-128) 2. TKIP = Temporal Key Integrity Protocol These encryption schemes are new and especially the Galois counter mode cipher suites are very desirable! 1. CCMP-256 = AES in Counter mode with CBC-MAC with 256-bit key 2. GCMP = Galois/counter mode protocol (GCMP-128) 3. GCMP-256 = Galois/counter mode protocol with 256-bit key CCMP is supported by all WPA2 compatible NICs, so this remains the default cipher for bidirectional and group packets while using WPA2. Use 'iw list' to figure out which cipher suites your cards support prior to configuring other cipher suites than CCMP. AP NICs and STA NICs must both support at least one common cipher in a given list in order to associate successfully. | |||
2020-04-17 | Merge pull request #351 from thomas-mangin/T2226-ifconfig-debug | Christian Poessinger | |
util: T2226: restore/fix ifconfig debuging | |||
2020-04-17 | util: T2226: restore/fix ifconfig debuging | Thomas Mangin | |
2020-04-17 | flow-accounting: T2275: fix NameError: name 'stdout' is not defined | Christian Poessinger | |
2020-04-17 | flow-accounting: T2275: import render template from correct library | Christian Poessinger | |
2020-04-17 | Merge pull request #341 from thomas-mangin/T2223 | Christian Poessinger | |
op_mode: T2223: convert vyatta-show-interfaces.pl to show_interfaces.py | |||
2020-04-17 | Merge pull request #350 from DmitriyEshenko/impl-uf-op-ppp | Christian Poessinger | |
vpn: T2256: Improve op commands for l2tp, pptp, sstp and pppoe servers | |||
2020-04-16 | l2tp: T2256: Add op control script | DmitriyEshenko | |
2020-04-16 | sstp: T2256: Use ppp-server-ctrl.py for op-commands | DmitriyEshenko | |
2020-04-16 | pppoe: T2256: Use ppp-server-ctrl.py for op-commands | DmitriyEshenko | |
2020-04-16 | pptp: T2256: Use ppp-server-ctrl.py for op-commands | DmitriyEshenko | |
2020-04-16 | l2tp: T2256: Implement control script for operational commands | DmitriyEshenko | |
2020-04-16 | T2305: include release train in "show version" output | Christian Poessinger | |
2020-04-16 | Merge pull request #342 from jjakob/openvpn-ipv6 | Christian Poessinger | |
openvpn: T149: IPv6 support | |||
2020-04-16 | Merge pull request #347 from DmitriyEshenko/fix-ipoe | Christian Poessinger | |
ipoe: T2294: Fix templates and migrate to systemd | |||
2020-04-16 | ipoe: T2294: Migrate to systemd | DmitriyEshenko | |
2020-04-16 | ipoe: T2294: Fix templates | DmitriyEshenko | |
2020-04-16 | openvpn: T149: IPv6 support | Jernej Jakob | |
- allow configuring IPv6 server addresses and push options - add IPv6 server client IP pool - add IPv6 push dhcp-option DNS6 - allow configuring IPv6 server client addresses - allow configuring IPv6 site-to-site addresses - validate all IPv6 options and addresses - use protos that explicitely open an IPv6 listening socket (tcp6-server, tcp6-client, udp6) as the default on Linux listens on IPv4 only (https://community.openvpn.net/openvpn/ticket/360) - add validator for any IPv6 address, host or network (used by pool) | |||
2020-04-15 | Merge pull request #349 from jjakob/openvpn-pool | Christian Poessinger | |
openvpn: T2335: allow disabling client-ip-pool | |||
2020-04-15 | login: T2295: move from calling an os binary to Python crypt() function | Christian Poessinger | |
2020-04-15 | dns-forwarding: T2298: remove wrongly added number | Christian Poessinger | |
Commit 16b2fc8 ("dns-forwarding: T2298: fix path to control file") added a wrong prefix to the line before executing 'systemctl restart snmpd.service'. | |||
2020-04-15 | vyos.util: T1607: move imports locally to functions using them | Christian Poessinger | |
2020-04-15 | dns-forwarding: T2298: fix path to control file | Christian Poessinger | |
After migrating PowerDNS to systemd and also its configuration files to a volatile directory in commit 77d725f ("dns-forwarding: T2185: move configuration files to volatile /run directory") the path for the control file has not been altered and pushed to the client rec_control binary" | |||
2020-04-15 | openvpn: T2335: allow disabling client-ip-pool | Jernej Jakob | |
2020-04-15 | Merge pull request #346 from thomas-mangin/T31-vrf-exists | Christian Poessinger | |
tunnel: T31: check that the assigned VRF exists | |||
2020-04-15 | Merge pull request #348 from jjakob/openvpn-exception-fix | Christian Poessinger | |
openvpn: T2293: fix UnboundLocalError if server subnet is unset | |||
2020-04-15 | openvpn: T2293: fix UnboundLocalError if server subnet is unset | Jernej Jakob | |
2nd part of this fix, first commit 9b6a369 didn't fix it. | |||
2020-04-15 | tunnel: T31: check that the assigned VRF exists | Thomas Mangin | |
2020-04-15 | Merge pull request #345 from jjakob/openvpn-pool | Christian Poessinger | |
openvpn: T2293: fix UnboundLocalError if server subnet is unset | |||
2020-04-14 | openvpn: T2293: fix UnboundLocalError if server subnet is unset | Jernej Jakob | |
Commit bb36bde introduced a bug when server subnet is unset, this fixes it. | |||
2020-04-14 | Merge pull request #344 from DmitriyEshenko/ipoe-op | Christian Poessinger | |
ipoe: T2256: Rewrite op-mode commands | |||
2020-04-14 | ipoe: T2256: Rewrite op-mode commands | DmitriyEshenko | |
2020-04-14 | Merge pull request #343 from sever-sever/op-show-bgp | Christian Poessinger | |
xml-bgp: T2201: [op-mode] add [show ip bgp] to vyos-1x | |||
2020-04-14 | xml-bgp: T2201: [op-mode] add [show ip bgp] to vyos-1x | sever-sever | |
2020-04-14 | op_mode: T2223: two cosmetic change and bug fix | Thomas Mangin | |
2020-04-14 | Merge pull request #340 from thomas-mangin/T2226-debug | Christian Poessinger | |
cmd: T2226: improve debugging | |||
2020-04-14 | op_mode: T2223: convert xml to show_interfaces.py | Thomas Mangin | |
Change all references to vyatta-show-interfaces.pl to use the new python version | |||
2020-04-14 | op_mode: T2223 python version of show_interfaces | Thomas Mangin | |
2020-04-14 | ifconfig: T2223: group all operational commands | Thomas Mangin | |
All operational command are moved within an Operational class and an inherited on for wireguard. | |||
2020-04-14 | vrrp: T2223: move VRRP within ifconfig | Thomas Mangin | |
Tidied up the code and moved it under VRRP in view to use with show-interface (which has VRRP filtering) No change in functionality |