Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-15 | configsession: T5248: load_section should not set path if dict empty | John Estabrook | |
2023-06-14 | http-api: T5292: do not include https.py in scripts run by configd | John Estabrook | |
2023-06-14 | Merge pull request #2041 from cuongdt1994/current | Christian Breunig | |
T5290: Failing commits for SR-IOV interfaces using ixgbevf driver due… | |||
2023-06-14 | T5290: Failing commits for SR-IOV interfaces using ixgbevf driver due to ↵ | cuongdt1994 | |
change speed/duplex settings This is the same problem as reported in T4297. By definition it is not possible to change speed and duplex settings at SR-IOV virtual functions driven by ixgbevf driver. I think the solution is the same as well, that is to add 'ixgbevf' into _drivers_without_speed_duplex_flow in /usr/lib/python3/dist-packages/vyos/ethtool.py. It fixed the problem for me with Intel x520 NICs. | |||
2023-06-12 | Merge pull request #2037 from jestabro/api-config-section | Christian Breunig | |
http-api: T5248: set/load config sections as JSON via API | |||
2023-06-12 | Merge pull request #2040 from nicolas-fort/T5283 | Christian Breunig | |
T5283: ipoe-server: add more flexibility in subnet parameter. | |||
2023-06-12 | Debian: T5286: cleanup dependencies | Christian Breunig | |
2023-06-12 | T5286: drop XDP support for ethernet and bonding interfaces | Christian Breunig | |
... this is a step towards a new and better implementation that will utilize VPP. | |||
2023-06-12 | Merge pull request #2039 from jestabro/poweroff | Christian Breunig | |
T5282: remove systemd management directive for frr.service | |||
2023-06-12 | T5283: ipoe-server: add more flexibility in subnet parameter. | Nicolas Fort | |
2023-06-12 | T5282: remove systemd management directive for frr.service | John Estabrook | |
frr.service startup and shutdown is now explicitly managed by vyos-router, so remove the systemd management directive. | |||
2023-06-10 | http-api: T5248: add endpoint /configure-section | John Estabrook | |
2023-06-10 | configsession: T5248: add functions set/load_section | John Estabrook | |
2023-06-10 | vyos.utils: T5248: add util function: dict of list[str]|str -> list of paths | John Estabrook | |
2023-06-10 | http-api: T5263: add base model for generalization | John Estabrook | |
2023-06-10 | http-api: T5263: factor out function _configure_op for generalization | John Estabrook | |
2023-06-10 | http-api: T5263: consistent string formatting | John Estabrook | |
2023-06-10 | http-api: T5263: simplify form errors | John Estabrook | |
2023-06-10 | http-api: T5263: path validator should provide message | John Estabrook | |
2023-06-10 | zone-policy: T2199: add VRF completion helper for interface | Christian Breunig | |
2023-06-10 | Merge pull request #2015 from sever-sever/T5231 | Christian Breunig | |
T5231: Add op-mode for show reverse-proxy | |||
2023-06-10 | Merge pull request #2034 from erkin/current | Christian Breunig | |
T3472: Print warning when commit-confirm is run as regular user | |||
2023-06-10 | Merge pull request #2035 from indrajitr/ddclient-improvement-round-4 | Christian Breunig | |
dns: T5144: Improve dynamic dns monitor and log and miscellaneous updates | |||
2023-06-10 | dhcpv6-relay: T5277: service does not start on boot | John | |
2023-06-09 | dns: T5144: Explicitly override ddclient global options for reliability | Indrajit Raychaudhuri | |
- For option 'web', ddclient defaults to 'dyndns' which doesn't support ssl. This results ddclient process lockup till connection to checkip.dyndns.org:443 times out. - For option 'use', ddclient defaults 'ip'. This results in confusing message "WARNING: '' is not a valid IPv4 or IPv6 address" in log. | |||
2023-06-09 | dns: T5144: Force systemd daemon-reload on ddclient config change | Indrajit Raychaudhuri | |
2023-06-09 | dns: T5144: Adjust DNS related CLI help messages for consistency | Indrajit Raychaudhuri | |
This should make the help messages more consistent for DNS related CLI subtree. | |||
2023-06-09 | dns: T5144: Support dynamic dns monitor and log via journalctl | Indrajit Raychaudhuri | |
Add support for monitoring dynamic dns updates via journalctl. Additionally, switch to using journalctl to show dynamic dns updates. Also add/adjust the CLI help messages for consistency. | |||
2023-06-09 | dns: T5144: Skip clearing 'PIDFile' in ddclient systemd override | Indrajit Raychaudhuri | |
'PIDFile' option in 'Service' isn't multi-value and thus doesn't need to be cleared before overriding. | |||
2023-06-09 | T3472: Print warning when commit-confirm is run as regular user | erkin | |
2023-06-07 | Merge pull request #2029 from indrajitr/ddclient-improvement-round-3 | Christian Breunig | |
dns: T5144: Refactor smoke tests for dynamic dns operation | |||
2023-06-07 | Merge pull request #2030 from indrajitr/mdns-improvements-3 | Christian Breunig | |
mdns: T5227: Refactor smoke tests for mdns-repeater | |||
2023-06-07 | Merge pull request #2032 from srividya0208/T5253 | Christian Breunig | |
T5253: commit priority: commit error received when mpls config executed with WG | |||
2023-06-07 | Merge pull request #2031 from jestabro/unsaved-commits | John Estabrook | |
op-mode: T5262: move 'unsaved_commits' to module scope and correct false positive | |||
2023-06-07 | T5253: commit priority: commit error received when mpls config executed with wg | srividya0208 | |
2023-06-06 | dns: T5144: Update copyright year | Indrajit Raychaudhuri | |
2023-06-06 | dns: T5144: Handle partial conf mode CLI gracefully | Indrajit Raychaudhuri | |
Prevent failure when the user enters a partial CLI command without any address specified. Also, apply some minor formatting changes. | |||
2023-06-06 | op-mode: T5262: use module function instead of method | John Estabrook | |
2023-06-06 | config-mgmt: T5262: move function 'unsaved_commits' to module scope | John Estabrook | |
The function 'unsaved_commits' was added in config_mgmt to warn a user of unsaved commits before commit-confirm, as that entails a possible reboot. As it has other uses and no dependence on the object itself, move to module scope. For general use, add simple check for live image to avoid false positive, due to config migration reformatting. | |||
2023-06-06 | mdns: T5227: Refactor smoke tests for mdns-repeater | Indrajit Raychaudhuri | |
Changes: - Load generate 'avahi-daemon.conf' and validate basic configs - Add tests for browsing domains and reflect-filter services | |||
2023-06-06 | mdns: T5227: Add meaningful constraint message | Indrajit Raychaudhuri | |
Add meaningful constraint message for service name format | |||
2023-06-06 | dns: T5144: Refactor smoke tests for dynamic dns operation | Indrajit Raychaudhuri | |
- config_value extraction is more flexible in handling different variation of line endings - more parameter assertions - reduce different mixes of assertEqual and assertTrue were possible | |||
2023-06-06 | Merge pull request #2028 from dmbaturin/T5262-reboot-warning | Daniil Baturin | |
op mode: T5262: add a warning message about unsaved config changes on reboot and shutdown attempts | |||
2023-06-06 | op mode: T5262: add a warning message about unsaved config changes | Daniil Baturin | |
on reboot and shutdown attempts | |||
2023-06-06 | dns: T5144: update conf script name | John Estabrook | |
2023-06-06 | Merge pull request #2027 from cuongdt1994/patch-1 | Daniil Baturin | |
T5260: Do not use deprecated python crypt module | |||
2023-06-06 | T5260: Do not use deprecated python crypt module | cuongdt1994 | |
Remove the quotes, this will always return the hash for string "password". | |||
2023-06-06 | Don't use deprecated crypt module. | cuongdt1994 | |
2023-06-05 | Merge pull request #2005 from indrajitr/ddclient-improvement-round-2 | Christian Breunig | |
dns: T5144: Modernize dynamic dns operation (round 2) | |||
2023-06-05 | Merge pull request #2025 from sever-sever/T5258 | Christian Breunig | |
T5258: git Actions use ubuntu-22.04 for PR conflicts checker |