summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-10dhcp-server: T2717: Fix DHCP pool size in statisticsRobert Schindler
The calculated size of DHCP server address pools was not corrent. The fact that both boundaries of address ranges are inclusive wasn't accounted for, so the calculated size was too small by 1 address per range. (cherry picked from commit 452701bef32c07e0c2a49d37fac93a94038dace1)
2021-05-19op-mode: T3521: allowing operator users to execute "show version"srividya0208
The operator user should atleast be able to see the software version of the server till a proper role-based access control is implemented in the future. Removed "sudo" from the scripts so that "show version" command could be run by non-root user.
2021-05-17ddclient: T3557: fix FileNotFoundError when querying status informationChristian Poessinger
If ddclient is not problery configured it will start up but no status file is generated. This commit checks if the status file exists before reading it. (cherry picked from commit 041cea6d7a13a804b4e656778048bcefd0a46cb8)
2021-05-14ntp: T2809: Fix migration script if server not existsever-sever
(cherry picked from commit d96336a808e500934fc4fd9423345d0b965d35ac)
2021-04-30Merge pull request #824 from sever-sever/T3333-cruxChristian Poessinger
ipsec: T3333: Fix status for SA state op-mode
2021-04-28ipsec: T3333: Fix status for SA state op-modesever-sever
2021-04-03Debian: T2108: add minisign dependencyChristian Poessinger
(cherry picked from commit 52323dcd620ef1b6d716787c9c4729b9ae9ee7e0)
2021-03-11dhcp-server: T2927: Add empty args if does not possible to determine variablesChristian Poessinger
(cherry-picked from commit 2f8b33a26e63e5b9ac4e697b9312f2238d6241f3)
2021-02-21Merge pull request #738 from DmitriyEshenko/crux-2102212101Daniil Baturin
dhcp-server: T2521: Change pgrep search name
2021-02-21dhcp-server: T2521: Change pgrep search nameDmitriyEshenko
2021-02-06Merge pull request #722 from DmitriyEshenko/FixHelpCrux0602202101Christian Poessinger
service: T3289: Add help value
2021-02-05Jenkins: reference build pipeline library from vyos-buildChristian Poessinger
2021-02-05T3289: sort XML interface definitions to get predictable resultChristian Poessinger
2021-02-05T3289: add help string for "service" nodeChristian Poessinger
2021-02-05service: T3289: Add help valueDmitriyEshenko
2021-01-30bgp: T3037: add migration scriptChristian Poessinger
2021-01-24T1773: add a script for converting the config to JSON.Daniil Baturin
It also exposes those functions in vyos.configtree
2021-01-24T1774: fix error outputJohn Estabrook
2021-01-24T1773, T1774: add a show config operation with JSON and raw options.Daniil Baturin
2021-01-24pppoe-server: T1957: Implementation CLI commands for maintenance modeDmitriyEshenko
2021-01-21dhcp: T3237: add constraint to static-mapping mac-address nodeChristian Poessinger
The format of the CLI specified MAC address was not validated as only addresses with a colon as seperator are supported. Constraint has been added. (cherry picked from commit 79af3560e7b2f88b6850739b0e30ee372c51f63b)
2021-01-02ddclient: T3175: update supported protocol listChristian Poessinger
(cherry picked from commit da738cde326fe8974ae270de93c1bce1290aba05)
2020-12-04Merge pull request #634 from DmitriyEshenko/1x-crux-pim01Christian Poessinger
pim: igmp: igmp-proxy: T2744: Add check to prevent pimd and igmp-prox…
2020-12-04pim: igmp: igmp-proxy: T2744: Add check to prevent pimd and igmp-proxy conflictDmitriyEshenko
2020-11-30Merge pull request #627 from erkin/cruxDaniil Baturin
limericks: Fix typos and rhyme
2020-11-30limericks: Fix typos and rhymeerkin
2020-11-29[dhcp-relay] add completion helper to relay-agents-packetsChristian Poessinger
(cherry picked from commit 2656fe516907aab9321877a28ad857059a534637)
2020-10-26Merge pull request #582 from sever-sever/T2982_cruxDaniil Baturin
bfd: T2982: Fixed show command for BFD peers
2020-10-26bfd: T2982: Fixed show command for BFD peerssever-sever
2020-10-26dhcp-server: xml: T3016: use constraintErrorMessage for subnet definitionChristian Poessinger
(cherry picked from commit 6b9acd904d05460d2f02850e2535c4dc3e9933af)
2020-10-13Merge pull request #568 from DmitriyEshenko/crux-pppoe-shaper-incrChristian Poessinger
pppoe-server: T2972: Increase rate limit validator
2020-10-13pppoe-server: T2972: Increase rate limit validatorDmitriyEshenko
2020-10-11tftp-server: T2973: bugfix IPv6 listen address/port combinationChristian Poessinger
The mandatory colon for separating the IPv6 address and port was missing. (cherry picked from commit c30849469492d05db9f4a8be49cc6705e139171e)
2020-10-04pppoe-server: T2829: add missing migrator for mppe leafNodeChristian Poessinger
This is the companioned commit for 1bb1a388 ("pppoe-server: T2829: bugfix MPPE node definition ") which actually migrates the PPPoE server configuration to the new CLI format.
2020-10-01Merge pull request #560 from kroy-the-rabbit/patch-6Christian Poessinger
T2949: Fix restart methodology for pdns on static host mapping
2020-10-01T2949: Fix restart methodology for pdnskroy-the-rabbit
pdns update removed the /etc/init.d script
2020-09-25syslog: T2899: add migration script for change in port syntaxJohn Estabrook
2020-09-24T2482: require pdns >= 4.3.4Daniil Baturin
2020-09-23Merge pull request #550 from sever-sever/T2856_cruxDaniil Baturin
op-mode: T2856: Fix broken pipe in show version all
2020-09-23op-mode: T2856: Fix broken pipe in show version allsever-sever
2020-09-11New release.vyos/1.2.6VyOS Maintainers
2020-09-04qat: T2853: fix "show system acceleration qat status" commandChristian Poessinger
Intel script sytax had changed.
2020-09-04qat: T2853: fix op-mode path to Intel scriptsChristian Poessinger
Ammendmend to commit 9a95a7b4e3bf ("qat: T2853: fix path to init script from Intel source tarball").
2020-09-04qat: T2853: fix path to init script from Intel source tarballChristian Poessinger
2020-09-03ddclient: T2852: cleanup files after service deletionChristian Poessinger
2020-09-03ddclient: T2852: bugfix service deletionChristian Poessinger
When service was deleted we tried accessing a dictionary which was actually of type None which is not possible.
2020-08-26pppoe-server: T2829: bugfix MPPE node definitionChristian Poessinger
PPPoE server supports setting the MPPE preferences, it is implemented as node with leafNodes for require, prefer and deny. This will render a wrong AccelPPP configuration as it will be "None" if specified. pppoe-server { ppp-options { mppe { deny require } } } instead it must be: pppoe-server { ppp-options { mppe require } }
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