Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-30 | T5131: fix op-mode show isis segment-routing prefix-sids | fett0 | |
2023-03-30 | Merge pull request #1923 from jestabro/fix-template | Christian Breunig | |
interfaces: T5130: remove show_interfaces.py reference and script | |||
2023-03-30 | interfaces: T5130: remove obsoleted show_interfaces.py | John Estabrook | |
2023-03-30 | interfaces: T5130: show/interfaces/node.def defined in vyos-1x | John Estabrook | |
2023-03-29 | Merge pull request #1900 from jestabro/diff-test | Christian Breunig | |
configdiff: T5089: add unit test of config_diff | |||
2023-03-29 | ntp: T3008: start daemon with extended privileges but then drop to _chrony | Christian Breunig | |
2023-03-29 | configdiff: T5089: add unit test | John Estabrook | |
2023-03-29 | configdiff: T5089: add optional arg ordered_values for unit tests | John Estabrook | |
2023-03-29 | configdiff: T5089: add union of configtrees for unit test | John Estabrook | |
2023-03-29 | configtree: T5089: sorting of nodes is now implemented on parsing config | John Estabrook | |
2023-03-29 | Merge pull request #1918 from sever-sever/T5110 | Christian Breunig | |
T5110: Fix op-mode FRR vtysh_pam account validation | |||
2023-03-29 | T5110: Fix op-mode FRR vtysh_pam account validation | Viacheslav Hletenko | |
With FRR 8.5 there is exists file /etc/pam.d/frr With this file by default we have cosmtetic error for any op-mode command $ show ip bgp vtysh_pam: Failed in account validation: Success(0)No BGP prefixes displayed, 0 exist Fix it | |||
2023-03-29 | T5115: bump version dns-forwarding 3 -> 4 | Christian Breunig | |
2023-03-29 | Merge pull request #1915 from indrajitr/pdns-port-round2 | Christian Breunig | |
dns: T5115: Support custom port for name servers for forwarding zones | |||
2023-03-29 | Merge pull request #1916 from jestabro/clear-counters | Christian Breunig | |
interfaces: T4885: add 'clear interfaces counters' to op-mode | |||
2023-03-29 | Merge pull request #1917 from indrajitr/chrony-cleanup | Christian Breunig | |
ntp: T5118: Remove vestigial ntp completion script | |||
2023-03-29 | frr: T5045: remove LimitNOFILESoft | Christian Breunig | |
Commit cb872efb ("frr: T5045: lift LimitNOFILE 1024 -> 4096") added both LimitNOFILE and LimitNOFILESoft parameters for FRR, as "systemctl cat frr.service" showed both versions. During daemon startup systemd complains: Unknown key name 'LimitNOFILESoft' in section 'Service', ignoring. So the key got removed again. | |||
2023-03-28 | ntp: T5118: Remove vestigial ntp completion script | Indrajit Raychaudhuri | |
This isn't used anymore after migration from ntpd to chrony as part of T3008. | |||
2023-03-28 | container: T5047: restart only containers that changed | Christian Breunig | |
By default VyOS used to restart all containers it managed. This makes no sense as it will be service disrupting. Instead only restart the containers that had changes on the CLI beeing made. | |||
2023-03-28 | container: T2216: explicitly select CNI network backend | Christian Breunig | |
As podman is going to use netavark as new default we must explicitly select the old driver until we have migrated to netavark. | |||
2023-03-28 | interfaces: T4885: add op-mode-defs for clear interfaces counters | John Estabrook | |
2023-03-28 | interfaces: T4885: add clear/reset_counters to op-mode script | John Estabrook | |
2023-03-28 | interfaces: T4885: fix Perl to Python rewrite of clear/reset_counters | John Estabrook | |
2023-03-28 | dns: T5115: Support custom port for name servers for forwarding zones. | Indrajit Raychaudhuri | |
This would allow using custom ports in name server operating on non- default port for forwarding zones. This is a follow-up to T5113 for sake of completeness and having consistent treatment of all name servers configured in PowerDNS recursor. Additionally, migrate `service dns forwarding domain example.com server` to `service dns forwarding domain foo3.com name-server` for consistency and reusability. | |||
2023-03-27 | bgp: T5114: support configuring TCP keepalive messages | Christian Breunig | |
2023-03-27 | bgp: T5114: add "neighbor path-attribute discard" | Christian Breunig | |
2023-03-27 | bgp: T5114: add peer-group "port" CLI command | Christian Breunig | |
2023-03-27 | openvpn: T5051: fix hyphen/underscore error in use of typing.Literal | John Estabrook | |
2023-03-27 | Merge pull request #1906 from jestabro/codegen | Viacheslav Hletenko | |
graphql: T5106: extend generation of API client requests to configsession and composite requests | |||
2023-03-27 | Merge pull request #1914 from indrajitr/pdns-port | Christian Breunig | |
dns: T5113: Support custom port for name-server forwarders | |||
2023-03-27 | Merge pull request #1911 from jestabro/counters | Christian Breunig | |
op-mode: T5097: show interfaces should reflect cleared counters | |||
2023-03-27 | dns: T5113: Support custom port for name-server forwarders | Indrajit Raychaudhuri | |
Smoketest update for T5113 with optional port for name-server forwarders. | |||
2023-03-27 | dns: T5113: Support custom port for name-server forwarders | Indrajit Raychaudhuri | |
Support custom port for name-server forwarders that would allow using custom ports in name server forwarders to enable forwarding to alternative name servers (unbound, stubby, dnscrypt-proxy etc.) operating on non-default port. This would also allow using DNS Over TLS in PowerDNS Recursor 4.6 onwards (pdns doesn't support certificate check for validity yet) by enabling 'dot-to-port-853'. This is set by default if compiled in with DoT support. See: https://doc.powerdns.com/recursor/settings.html#dot-to-port-853 This also partially implements T921, T2195 (DoT without certificate check). Implementation details: - In 'dns/forwarding' configuration, 'name-server' now allows optional 'port' (defaults to 53). - Instead of modifying 'name-server-ipv4-ipv6.xml.i' to add optional 'port', a new file 'name-server-ipv4-ipv6-port.xml.i' has been used to avoid impacting other places where it is reused because not all of them honor ports (mostly VPN related). - The `host:port` entries to be used by PowerDNS recursor config are normalized eagerly at the point of loading VyOS `Config` instead of doing them lazily while rendering the Jinja2 template to keep the implementation less intrusive. The alternative would entail making quite a bit of change in how 'vyos-hostsd' processes 'static' 'name_servers' entries or persists their runtime states. | |||
2023-03-25 | Merge pull request #1913 from indrajitr/chrony-nts | Christian Breunig | |
ntp: T5112: Enable support for NTS (Network Time Security) in chrony | |||
2023-03-25 | ntp: T5112: Enable support for NTS (Network Time Security) in chrony | Indrajit Raychaudhuri | |
This is basic configuration to enable NTS support in chrony. | |||
2023-03-24 | xml: T5109: use common include file for alpha-numeric, hyphen and underscore ↵ | Christian Breunig | |
regex | |||
2023-03-23 | op-mode: T5097: show interfaces should reflect cleared counters | John Estabrook | |
'show interfaces counters' correctly displays counter stats after a call to 'clear interfaces counters', however, 'show interfaces detail' does not. Add missing update to counter stats. | |||
2023-03-23 | Merge pull request #1901 from sever-sever/T5099 | Christian Breunig | |
T5099: IPoE-server add option next-pool for named ip pools | |||
2023-03-23 | Merge pull request #1908 from sever-sever/T5086-kern | Christian Breunig | |
T5086: Add smoketest DROP_MONITOR kernel option | |||
2023-03-23 | Merge pull request #1909 from sever-sever/T5108 | Christian Breunig | |
T5108: Add option rate-limit for l2tp pptp sstp ipoe raw format | |||
2023-03-23 | Merge pull request #1910 from sarthurdev/ipsec_test | Christian Breunig | |
ipsec: T5003: Resolve issue with IPsec DHCP test | |||
2023-03-23 | T5108: Add option rate-limit for l2tp pptp sstp ipoe raw format | Viacheslav Hletenko | |
There is a missing usefull option 'rate-limit' for L2TP/PPTP/SSTP/IPoE raw output format | |||
2023-03-23 | ipsec: T2816: Cleanup dhcp hook file if not required | sarthurdev | |
2023-03-23 | ipsec: T5003: Resolve issue with ipsec DHCP test | sarthurdev | |
tearDown checks for existence of charon process, however this test does not create any connections by design. | |||
2023-03-23 | op-mode: T5107: raise error instead of calling exit | John Estabrook | |
2023-03-23 | T5086: Add smoketest DROP_MONITOR kernel option | Viacheslav Hletenko | |
2023-03-22 | graphql: T5106: generate client ops for composite functions | John Estabrook | |
2023-03-22 | graphql: T5106: generate client ops for configsession functions | John Estabrook | |
2023-03-22 | graphql: T5106: add auth_token client op | John Estabrook | |
2023-03-22 | Merge pull request #1905 from nicolas-fort/T5105 | Christian Breunig | |
T5105: dhcp-server: Fix error message from dhcp-server |