summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-22lcd: T2564: add CLI supportChristian Poessinger
- set system lcd model - set system lcd device
2020-08-20lcd: T2564: add lcdproc dependencyChristian Poessinger
2020-08-20Debian: alphabetically sort (build-)dependenciesChristian Poessinger
2020-08-17Merge pull request #527 from zdc/T2332-cruxChristian Poessinger
Syslog: T2332: Added port to syslog server options
2020-08-17Syslog: T2332: Added port to syslog server optionszsdc
Backported changes from equuleus to add port into syslog server options.
2020-08-15Debian: T2797: use new Intel QAT package nameChristian Poessinger
2020-07-27Merge pull request #518 from DmitriyEshenko/crux-pppoe-pado-delayDaniil Baturin
pppoe-server: T2067: Allow setting multiple service-names
2020-07-27pppoe-server: T2067: Allow setting multiple service-namesDmitriyEshenko
2020-07-27Merge pull request #517 from DmitriyEshenko/crux-pppoe-pado-delayDaniil Baturin
pppoe-server: T1956: support PADO-delay
2020-07-27pppoe-server: T1956: support PADO-delayDmitriyEshenko
2020-07-26pppoe-server: T1985: backport Enable ipv6 modules if ipv6 not deniedJohn Estabrook
2020-07-26Merge branch 'crux' of https://github.com/vyos/vyos-1x into cruxDaniil Baturin
2020-07-26dynamic DNS: T1953: Relaxed service name checkzsdc
Internally, we can accept more than one server of each type for sending dynamic DNS updates, but due to a strong check in CLI, it is not possible to add more than one server with the same protocol (except "custom", but it allows to add only one more server). The patch relaxing this limitation by allowing adding as many servers with the same protocol, as needed.
2020-07-26wireguard: T2734: fwmark is a 32bit value - fix validatorChristian Poessinger
(cherry picked from commit c87616aaef53e69ddf135725bb33d105afaa6c5b)
2020-07-26Fix a typo in BFD command help.Daniil Baturin
2020-07-26T1949: backport the IPv6 BFD validation improvements from PR#199Daniil Baturin
2020-07-12snmp: T1575: Adding additional check for lspciDmitriyEshenko
(cherry-picked from commits dc936192e87f114df6ab6a4df44967ce0f2b8390 c291d18377eb6eea6693050c338b0392e1297e74)
2020-07-11snmp: fix "seclevel" completion helper Christian Poessinger
There is no seclevel "priv" it was a typo and must be "priv"
2020-06-19[T2311] name servers via cmdline can't take effectMaple Wang
Please refer to https://phabricator.vyos.net/T2311
2020-06-18Merge pull request #455 from DmitriyEshenko/crux1x14062020Daniil Baturin
pim: T1729: Add PIM and IGMPv2/v3 support
2020-06-14pim: T1729: Add PIM and IGMPv2/v3 supportDmitriyEshenko
2020-06-01wake-on-lan: op-mode: T2526: add CLI implementationChristian Poessinger
Wake up host vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f Wake up invalid host vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f:f etherwake: The Magic Packet host address must be specified as - a station address, 00:11:22:33:44:55, or - a hostname with a known 'ethers' entry. (cherry picked from commit a21f57dd78cf30838769311706397f1b2077056b)
2020-05-29dynamic-dns: T2528: bugfix FileNotFoundError in "update dns dynamic"Christian Poessinger
Stopping and starting ddclient should only happen if the DNS dynamic service is actually configured. In addition it should always be checked if the file we try to delete really exists. (cherry picked from commit 0525e443fa68cda451c9f4c838e1f55cec913d2a)
2020-05-20[dhcp-server] T103: wrong hostnames in hosts fileChristian Poessinger
(cherry picked from commit 09df82d3a4ff2e0912992cb5c73d5d9fce7070dd)
2020-04-28syslog: T2131: improve valueHelpChristian Poessinger
2020-04-28gitignore: ignore debhelper-build-stampChristian Poessinger
2020-04-28syslog: T2131: add generic fqdn validatorChristian Poessinger
2020-04-20.gitignore: add various editor extensionsChristian Poessinger
2020-04-20pppoe-server: T2344: fix client static IP assignmentChristian Poessinger
2020-04-16T2305: include release train in "show version" outputChristian Poessinger
(cherry picked from commit b4544f196c2beededdd76f581690b1490c755dac)
2020-04-12syslog: T1828: implemented missing completion help and add input constraintshagbard
syslog: Improved constraint for host/IP check
2020-04-10op-mode: raid: T689: Typo in descriptionViacheslav Hletenko
(cherry picked from commit c0574ed7334cb7288a108180d01368983d411684)
2020-04-08http api: T2252: backport increase proxy_read_timeoutJohn Estabrook
2020-04-05wireguard: T2228: support ports < 1024Christian Poessinger
There is no legit reason to not allow ports < 1024.
2020-04-05op-mode: T2032: "monitor bandwidth interface" shows rate in bpsViacheslav Hletenko
(cherry picked from commit 6ec5e8cf0b7596c96be0eecea2c3c4e4b20212ca)
2020-04-04bgp: T2100: migration to drop parameter disable-network-import-checkJohn Estabrook
(cherry picked from commit 393dabe6f1ba9b298864a9ef6f7ea5592170f57c)
2020-04-04[BGP] T1490: Backport migration for obsoleted 'bgp scan-time' parameterJohn Estabrook
2020-03-22Fix type in mode-force.Daniil Baturin
2020-03-23Merge pull request #255 from DmitriyEshenko/crux-vrrpDaniil Baturin
vrrp: T1884: Add mode-force for run transition-scripts without checki…
2020-03-20pppoe-server: T1936: Add reset/control sessions featuresDmitriyEshenko
(cherry picked from commit 419bcd5311bce2340a7f920cb966869c8c23bb63)
2020-03-15ntp: T1803: Revert "T1694 NTPd: Do not listen on all interfaces by default"John Estabrook
This reverts commit 3d396586ee953c708465e00b6fef5d1f520d587c.
2020-03-13pppoe-server: T1821: Set radius module priorityEshenko Dmitriy
2020-03-09Merge branch 'crux' of github.com:vyos/vyos-1x into cruxDaniil Baturin
2020-03-09New release.VyOS Maintainers
2020-03-09T1967: add a migration script for the enforce-first-as option.Daniil Baturin
2020-02-07vrrp: T1884: Add mode-force for run transition-scripts without checking ↵DmitriyEshenko
previous state
2020-01-26snmpd: T1964: forbid whitespace in script extension identifierhagbard
(cherry picked from commit 742da889afa4375d5b6cb98dada7f2d3ec2f0326)
2020-01-25keepalived: vrrp: T1900: always enable SNMP monitoringChristian Poessinger
(cherry picked from commit 8e50ece56b2644b1562efae1b3f8e07ab8146be9)
2020-01-17T1376: improve show_dhcp and show_dhcpv6Jernej Jakob
(cherry picked from commit 9f20bee81c0a0f4632aa152297d0fdf89139d6af)
2020-01-17[dhcp] T1416: fix DHCP server status viewChristian Poessinger
(cherry picked from commit 7a27f6f93b58abd2fabc9e80e429e14a70ebd6aa)