Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-06 | openvpn: bridge: T1556: remove obsolete bridge-group definition | Christian Poessinger | |
2019-12-06 | syslog: T1845: syslog host no longer accepts a port | hagbard | |
- created 'set system syslog host <ip address> port' | |||
2019-12-05 | syslog: renaming files and conf script to fit new scheme | hagbard | |
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-28 | syslog: T1828: implemented missing completion help and add input constraints | hagbard | |
syslog: Improved constraint for host/IP check | |||
2019-11-27 | syslog: typo fixed | hagbard | |
2019-11-24 | geneve: T1799: set minimum MTU size 1500 bytes | Christian Poessinger | |
2019-11-24 | geneve: T1799: add IPv4 routing parameters | Christian Poessinger | |
2019-11-24 | geneve: T1799: add Generic Network Virtualization Encapsulation | Christian Poessinger | |
2019-11-23 | wireless: T1627: support DHCP(v6) addresses | Christian Poessinger | |
2019-11-23 | wireless: T1627: add support for RADIUS source-address | Christian Poessinger | |
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 | l2tp: harmonize RADIUS wording | Christian Poessinger | |
2019-11-23 | wireless: T1627: change priority from 318 to 400 | Christian Poessinger | |
2019-11-23 | wireless: T1627: fix regex for 'ht channel-set-width' | Christian Poessinger | |
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) | |||
2019-11-14 | [service https] T1443: add setting of HTTPS listen port | John Estabrook | |
2019-11-11 | [OpenVPN]: T1704: Changed the description of ncp-ciphers in config | vindenesen | |
2019-11-11 | [OpenVPN]: T1704: Added function for ncp-ciphers, and ability to disable it. | vindenesen | |
[OpenVPN]: T1704: Changed config structure for OpenVPN encryption to support ncp-ciphers. [OpenVPN]: T1704: Added migration scripts for interface 2-to-3 | |||
2019-11-08 | QAT: T1788: Intel QAT implementation | DmitriyEshenko | |
2019-11-02 | bonding: T1777: change priority to be after ethernet interfaces | Christian Poessinger | |
On system reboots (mainly) the bond has been created and configured a MAC address on the physical ports. Later ethernet interfaces have been configured overwriting the bond MAC address. | |||
2019-10-28 | Merge pull request #154 from zdc/T1772 | Christian Poessinger | |
[XML templates] T1772: Add escaping of `\` symbol in `<regex>` | |||
2019-10-28 | [XML templates] T1772: Changed old hacks to proper regex, according to the fix | zsdc | |
2019-10-27 | snmp: T1769: remove TSM (Transport Security Mode) support | Christian Poessinger | |
The SNMPv3 TSM is very complex and I know 0 users of it. Also this is untested and I know no way how it could be tested. Instead of carrying on dead and unused code we should favour a drop of it using a proper config migration script. | |||
2019-10-27 | snmp: T818: T1738: remove per user/trap engine id | Christian Poessinger | |
As of the SNMP specification an SNMP engine ID should be unique per device. To not make it more complicated for users - only use the global SNMP engine ID. | |||
2019-10-18 | system-proxy: T1741 - Add system wide proxy setting CLI implementation | hagbard | |
2019-10-17 | snmp: T1737: add missing completion helpers | Christian Poessinger | |
2019-10-13 | Sync XML interface description source file pattern and conf script name | Christian Poessinger | |
renamed: interface-bonding.py -> interfaces-bonding.py renamed: interface-bridge.py -> interfaces-bridge.py renamed: interface-dummy.py -> interfaces-dummy.py renamed: interface-ethernet.py -> interfaces-ethernet.py renamed: interface-loopback.py -> interfaces-loopback.py renamed: interface-openvpn.py -> interfaces-openvpn.py renamed: interface-vxlan.py -> interfaces-vxlan.py renamed: interface-wireguard.py -> interfaces-wireguard.py | |||
2019-10-09 | T1430: add dhcp vendor-class-id client option | Christian Poessinger | |
2019-10-06 | ipoe-server: XML: run through XMLlint | Christian Poessinger | |
2019-10-06 | ipoe-server: optimize port completion helper to match all others | Christian Poessinger | |
2019-10-01 | Revert "wireguard: T1700 - Wireguard FQDN endpoint doesn't work after reboot" | hagbard | |
This reverts commit daf2e29e3693a7eb2d8b6fc378d984b9a17d2aa3. It had unknown side effects, undiscovered during testing | |||
2019-09-30 | wireguard: T1700 - Wireguard FQDN endpoint doesn't work after reboot | hagbard | |
2019-09-30 | [OpenVPN]: T1688: Added aes-gcm encryptions | vindenesen | |
2019-09-25 | T1685 Adding ethernet valueHelp for vif,vif-s,vif-c | DmitriyEshenko | |
2019-09-21 | Merge pull request #134 from c-po/t1637-ethernet | Christian Poessinger | |
T1637 - Rewrite ethernet interface in new style XML syntax | |||
2019-09-20 | ethernet: T1637: add support for 25G, 40G, 50G and 100G link speeds | Christian Poessinger | |
2019-09-20 | Revert "ethernet: T1637: only list supported link speeds for completion helper" | Christian Poessinger | |
This reverts commit d6a6daaf1d7ed0f1ff2e53490972e0cf11fff000. | |||
2019-09-20 | ethernet: T1637: only list supported link speeds for completion helper | Christian Poessinger | |
2019-09-20 | ethernet: T1637: initial rewrite in XML/Python style | Christian Poessinger | |
2019-09-20 | Merge pull request #133 from vindenesen/openvpn-minimum-tls-version | Daniil Baturin | |
[OpenVPN] T1675: Added setting for minimum tls version | |||
2019-09-20 | OpenVPN - changed tls-minimum-version to tls-version-min | vindenesen | |
2019-09-20 | openvpn: T1548: add validator for TLS cert files | Christian Poessinger | |
2019-09-19 | OpenVPN - Added setting for minimum tls version | vindenesen | |
2019-09-19 | Added setting for tls-auth. Added check for if tls_cert and tls_key was defined. | vindenesen | |
2019-09-16 | [IPoE] - T1664: Ipoe with bond per vlan don't work | hagbard | |
2019-09-12 | [l2tp] T834 Implementation advanced ppp-options/lcp. | DmitriyEshenko | |
2019-09-10 | [wireguard]: T1572 - Wireguard keyPair per interface | hagbard | |
- param key location added in op-mode script - param delkey and listkey implemented in op-mode script - param delkey implemented in op-mode script - generate and store named keys - interface implementation tu use cli option 'private-key' |