Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-19 | {pppoe,ipoe}-server: T2324: T2314: migrate to common accel-name-server XML | Christian Poessinger | |
2020-04-19 | ipoe-server: T2324: bugfix name-server migration | Christian Poessinger | |
... sometimes it seems to have been called dns-server or dns-servers :/ ... lucky me! | |||
2020-04-19 | ipoe-server: T2324: bugfix template generation on interface line | Christian Poessinger | |
2020-04-19 | ipoe-server: T2324: use common accel-radius-additions XML file | Christian Poessinger | |
2020-04-19 | {pppoe,ipoe}-server: T2324: T2314: migrate CoA server | Christian Poessinger | |
2020-04-19 | pppoe-server: T2314: add common accel-radius-additions XML file | Christian Poessinger | |
2020-04-18 | {pppoe,ipoe}-server: rename RADIUS key | Christian Poessinger | |
2020-04-18 | ipoe-server: T2324: move template files to common accel-ppp template directory | Christian Poessinger | |
2020-04-18 | ipoe-server: T2324: migrate IPv6 client IP pool to common CLI nodes | Christian Poessinger | |
2020-04-18 | Merge branch 'ipoe-server' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 'ipoe-server' of github.com:c-po/vyos-1x: pppoe-server: T2314: fix RADIUS migration vyos.configtree: bugfix exception message used non existent variable ipoe-server: T2324: migrate RADIUS configuration to common CLI syntax ipoe-server: T2324: migrate IPv4/IPv6 name-servers to common node ipoe-server: T2324: remove boilerplate code and adjust to other accel implementations router-advert: rename XML/Python files for a common pattern ipoe-server: rename XML/Python files for a common pattern | |||
2020-04-18 | pppoe-server: T2314: fix RADIUS migration | Christian Poessinger | |
2020-04-18 | vyos.configtree: bugfix exception message used non existent variable | Christian Poessinger | |
2020-04-18 | ipoe-server: T2324: migrate RADIUS configuration to common CLI syntax | Christian Poessinger | |
2020-04-18 | Merge pull request #356 from jjakob/dhcp-op-fix | Christian Poessinger | |
op-mode: dhcp/dhcpv6: T2268: prettify output for invalid input | |||
2020-04-18 | Merge pull request #357 from thomas-mangin/T2320 | Christian Poessinger | |
interfaces: T2320: correctly honour create and debug options | |||
2020-04-18 | ipoe-server: T2324: migrate IPv4/IPv6 name-servers to common node | Christian Poessinger | |
2020-04-18 | interfaces: T2320: correctly honour create and debug options | Thomas Mangin | |
2020-04-18 | ipoe-server: T2324: remove boilerplate code and adjust to other accel ↵ | Christian Poessinger | |
implementations | |||
2020-04-18 | op-mode: dhcp/dhcpv6: T2268: prettify output for invalid input | Jernej Jakob | |
2020-04-18 | router-advert: rename XML/Python files for a common pattern | Christian Poessinger | |
2020-04-18 | ipoe-server: rename XML/Python files for a common pattern | Christian Poessinger | |
2020-04-18 | pppoe-server: T2314: remove debug code from migration script | Christian Poessinger | |
2020-04-18 | Merge branch 'pppoe-server-update' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 'pppoe-server-update' of github.com:c-po/vyos-1x: accel-ppp: T2314: use common tempplate for chap-secrets pppoe-server: T2314: migrate IPv6 to common CLI nodes with embeeded validation pppoe-server: T2313: bugfix Floating Point Exception pppoe-server: T2314: migrate RADIUS configuration to common CLI syntax vpn: l2tp: pptp: sstp: rename files to common pattern pppoe-server: T2314: migrate IPv4/IPv6 name-servers to common node vpn: l2tp: sstp: ease unlinking of configuration files pppoe-server: T2314: remove boilerplate code and adjust pppoe-server: T2185: migrate from SysVinit to systemd | |||
2020-04-18 | accel-ppp: T2314: use common tempplate for chap-secrets | Christian Poessinger | |
2020-04-18 | pppoe-server: T2314: migrate IPv6 to common CLI nodes with embeeded validation | Christian Poessinger | |
2020-04-18 | Merge pull request #355 from DmitriyEshenko/fix-ipsec-sts-l2tp | Christian Poessinger | |
ipsec: T2317: Fix typo with delimiter | |||
2020-04-18 | ipsec: T2317: Fix typo with delimiter | DmitriyEshenko | |
2020-04-18 | Merge pull request #354 from DmitriyEshenko/fix-ipsec-sts-l2tp | Christian Poessinger | |
ipsec: T2317: Fix adding params to ipsec configuration files | |||
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 | ipsec: T2317: Fix adding params to ipsec configuration files | DmitriyEshenko | |
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 | |