Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-06 | Merge pull request #722 from DmitriyEshenko/FixHelpCrux0602202101 | Christian Poessinger | |
service: T3289: Add help value | |||
2021-02-05 | Jenkins: reference build pipeline library from vyos-build | Christian Poessinger | |
2021-02-05 | T3289: sort XML interface definitions to get predictable result | Christian Poessinger | |
2021-02-05 | T3289: add help string for "service" node | Christian Poessinger | |
2021-02-05 | service: T3289: Add help value | DmitriyEshenko | |
2021-01-30 | bgp: T3037: add migration script | Christian Poessinger | |
2021-01-24 | T1773: add a script for converting the config to JSON. | Daniil Baturin | |
It also exposes those functions in vyos.configtree | |||
2021-01-24 | T1774: fix error output | John Estabrook | |
2021-01-24 | T1773, T1774: add a show config operation with JSON and raw options. | Daniil Baturin | |
2021-01-24 | pppoe-server: T1957: Implementation CLI commands for maintenance mode | DmitriyEshenko | |
2021-01-21 | dhcp: T3237: add constraint to static-mapping mac-address node | Christian 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-02 | ddclient: T3175: update supported protocol list | Christian Poessinger | |
(cherry picked from commit da738cde326fe8974ae270de93c1bce1290aba05) | |||
2020-12-04 | Merge pull request #634 from DmitriyEshenko/1x-crux-pim01 | Christian Poessinger | |
pim: igmp: igmp-proxy: T2744: Add check to prevent pimd and igmp-prox… | |||
2020-12-04 | pim: igmp: igmp-proxy: T2744: Add check to prevent pimd and igmp-proxy conflict | DmitriyEshenko | |
2020-11-30 | Merge pull request #627 from erkin/crux | Daniil Baturin | |
limericks: Fix typos and rhyme | |||
2020-11-30 | limericks: Fix typos and rhyme | erkin | |
2020-11-29 | [dhcp-relay] add completion helper to relay-agents-packets | Christian Poessinger | |
(cherry picked from commit 2656fe516907aab9321877a28ad857059a534637) | |||
2020-10-26 | Merge pull request #582 from sever-sever/T2982_crux | Daniil Baturin | |
bfd: T2982: Fixed show command for BFD peers | |||
2020-10-26 | bfd: T2982: Fixed show command for BFD peers | sever-sever | |
2020-10-26 | dhcp-server: xml: T3016: use constraintErrorMessage for subnet definition | Christian Poessinger | |
(cherry picked from commit 6b9acd904d05460d2f02850e2535c4dc3e9933af) | |||
2020-10-13 | Merge pull request #568 from DmitriyEshenko/crux-pppoe-shaper-incr | Christian Poessinger | |
pppoe-server: T2972: Increase rate limit validator | |||
2020-10-13 | pppoe-server: T2972: Increase rate limit validator | DmitriyEshenko | |
2020-10-11 | tftp-server: T2973: bugfix IPv6 listen address/port combination | Christian Poessinger | |
The mandatory colon for separating the IPv6 address and port was missing. (cherry picked from commit c30849469492d05db9f4a8be49cc6705e139171e) | |||
2020-10-04 | pppoe-server: T2829: add missing migrator for mppe leafNode | Christian 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-01 | Merge pull request #560 from kroy-the-rabbit/patch-6 | Christian Poessinger | |
T2949: Fix restart methodology for pdns on static host mapping | |||
2020-10-01 | T2949: Fix restart methodology for pdns | kroy-the-rabbit | |
pdns update removed the /etc/init.d script | |||
2020-09-25 | syslog: T2899: add migration script for change in port syntax | John Estabrook | |
2020-09-24 | T2482: require pdns >= 4.3.4 | Daniil Baturin | |
2020-09-23 | Merge pull request #550 from sever-sever/T2856_crux | Daniil Baturin | |
op-mode: T2856: Fix broken pipe in show version all | |||
2020-09-23 | op-mode: T2856: Fix broken pipe in show version all | sever-sever | |
2020-09-11 | New release.vyos/1.2.6 | VyOS Maintainers | |
2020-09-04 | qat: T2853: fix "show system acceleration qat status" command | Christian Poessinger | |
Intel script sytax had changed. | |||
2020-09-04 | qat: T2853: fix op-mode path to Intel scripts | Christian Poessinger | |
Ammendmend to commit 9a95a7b4e3bf ("qat: T2853: fix path to init script from Intel source tarball"). | |||
2020-09-04 | qat: T2853: fix path to init script from Intel source tarball | Christian Poessinger | |
2020-09-03 | ddclient: T2852: cleanup files after service deletion | Christian Poessinger | |
2020-09-03 | ddclient: T2852: bugfix service deletion | Christian Poessinger | |
When service was deleted we tried accessing a dictionary which was actually of type None which is not possible. | |||
2020-08-26 | pppoe-server: T2829: bugfix MPPE node definition | Christian 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-22 | lcd: T2564: add CLI support | Christian Poessinger | |
- set system lcd model - set system lcd device | |||
2020-08-20 | lcd: T2564: add lcdproc dependency | Christian Poessinger | |
2020-08-20 | Debian: alphabetically sort (build-)dependencies | Christian Poessinger | |
2020-08-17 | Merge pull request #527 from zdc/T2332-crux | Christian Poessinger | |
Syslog: T2332: Added port to syslog server options | |||
2020-08-17 | Syslog: T2332: Added port to syslog server options | zsdc | |
Backported changes from equuleus to add port into syslog server options. | |||
2020-08-15 | Debian: T2797: use new Intel QAT package name | Christian Poessinger | |
2020-07-27 | Merge pull request #518 from DmitriyEshenko/crux-pppoe-pado-delay | Daniil Baturin | |
pppoe-server: T2067: Allow setting multiple service-names | |||
2020-07-27 | pppoe-server: T2067: Allow setting multiple service-names | DmitriyEshenko | |
2020-07-27 | Merge pull request #517 from DmitriyEshenko/crux-pppoe-pado-delay | Daniil Baturin | |
pppoe-server: T1956: support PADO-delay | |||
2020-07-27 | pppoe-server: T1956: support PADO-delay | DmitriyEshenko | |
2020-07-26 | pppoe-server: T1985: backport Enable ipv6 modules if ipv6 not denied | John Estabrook | |
2020-07-26 | Merge branch 'crux' of https://github.com/vyos/vyos-1x into crux | Daniil Baturin | |
2020-07-26 | dynamic DNS: T1953: Relaxed service name check | zsdc | |
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. |