Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-24 | hosts: T3979: Change address to a list | Charles Surett | |
This fixes `hostfile-update` in the dhcp-server | |||
2021-11-24 | graphql: T3993: add requests for manipulating firewall groups | John Estabrook | |
2021-11-23 | graphql: T3993: refactor directive and mutation definitions | John Estabrook | |
2021-11-22 | graphql: T3993: normalize naming conventions | John Estabrook | |
2021-11-22 | graphql: T3993: change name of directive | John Estabrook | |
2021-11-22 | graphql: T3993: update README.graphql | John Estabrook | |
2021-11-21 | Merge pull request #1072 from andriiandrieiev/current | Christian Poessinger | |
filesystem: T3946: root partition auto resize as a service | |||
2021-11-19 | http-api: T4003: fix output when no tty attached to stdout, e.g., api | John Estabrook | |
2021-11-19 | filesystem: T3946: partition resize as a service | Andrii | |
2021-11-18 | wwan: T3795: periodically check if WWAN connection needs a reconnect | Christian Poessinger | |
(cherry picked from commit eb6247e4b464c36fa7441627b221d0db39429251) | |||
2021-11-18 | wwan: T3795: do not fail config-load when signal is missing | Christian Poessinger | |
(cherry picked from commit 4747e944233de14b5c66ca3d7004d1174554681a) | |||
2021-11-18 | wwan: T3795: make connect and disconnect op-mode commands aware to WWAN ↵ | Christian Poessinger | |
interfaces (cherry picked from commit a032d73f1d405f3bae269791e9064026faa491d9) | |||
2021-11-18 | interface-names: T3871: 'migrate' component string syntax as needed | John Estabrook | |
With the rewrite of vyatta_net_name to Python using ConfigTree, one runs into the change in the syntax of the component version string when updating 1.2 --> 1.3/1.4, since the udev rule is run before the migration of the config file; add an explicit 'virtual' migration on configtree error. | |||
2021-11-17 | snmp: T3996: fix invalid IPv6 localhost handling when using listen-address | Christian Poessinger | |
We need to use a temporary variable when validating the tuple if address is used. If not the else branch will always add the tuple to the list of addresses used for listen-address. | |||
2021-11-17 | T3912: add additional newline after "Welcome to VyOS" | Christian Poessinger | |
2021-11-15 | graphql: T3993: add config file save/load | John Estabrook | |
2021-11-15 | graphql: T3993: move schema generation to bindings.py; clean up for linting | John Estabrook | |
2021-11-15 | openvpn: T3995: implement systemd reload support | Christian Poessinger | |
2021-11-15 | vrf: T3994: fix broken regex when modifying FRR vrf section | Christian Poessinger | |
2021-11-15 | vrf: T3960: when adding multiple VRFs and VNIs - do not delete previous ones | Christian Poessinger | |
2021-11-15 | vrf: T3655: remove superfluous import of NamedTemporaryFile | Christian Poessinger | |
2021-11-12 | interface-names: T3871: shift index to accommodate KVM behaviour | John Estabrook | |
(on behalf of Dmitriy Eshenko) | |||
2021-11-11 | Merge pull request #1066 from sarthurdev/pki_install | Christian Poessinger | |
pki: T3970: Allow op-mode PKI commands in a config session to install directly | |||
2021-11-11 | T3946: Automatically resize the root partition if the drive has extra space | Kim Hagen | |
2021-11-10 | Merge pull request #1068 from zdc/T3774-sagitta | Christian Poessinger | |
atop: T3774: Atop log file rotation fix | |||
2021-11-09 | interface-names: T3871: Add temporary interface names to properly renaming | DmitriyEshenko | |
2021-11-09 | atop: T3774: Atop log file rotation fix | zsdc | |
The systemd unit for atop service is changed, so the log file name and location will be always the same. It also adds the logrotate configuration to conditionally rotate a log file. Hardcoded values: - maximum log file size: 10 MB - maximum count of files: 10 These values can be easily changed within the `/etc/logrotate.d/vyos-atop`, no additional configuration is required. Rotation will be done hourly, if necessary, according to `/etc/cron.hourly/vyos-logrotate-hourly`. This change has two benefits: - rotation strategy control can be done via logrotate, and can be exposed to CLI now; - the total size of all logs is now controlled more aggressively, so the chance to get a situation when atop logs took all the space on a drive is significantly lower. Also, if this will be necessary, rotation may be done even each minute what reduces risks related to logs size even more. | |||
2021-11-09 | pki: T3970: Allow op-mode PKI commands in a config session to install directly | sarthurdev | |
2021-11-08 | T3912: remove duplicate "Welcome to VyOS!" already shown by pre-login | Christian Poessinger | |
2021-11-07 | http-api: T2768: update dhcp-server example for migration 5-to-6 | John Estabrook | |
2021-11-07 | T3912: use a more informative default login banner | Christian Poessinger | |
2021-11-07 | protocols: static: T3680: do not delete DHCP received routes | Christian Poessinger | |
An ISC DHCP hook script is used to install the received default route into FRR by simple calls to vtysh. By moving to frr-reload.py the DHCP default route was deleted as it was not found in the running config. This commit checks all interfaces if DHCP is enabled and if so - will dynamically add the route to the generated FRR configuration. | |||
2021-11-06 | openvpn: T3966: fix KeyError when removing interfaces without TOTP | Christian Poessinger | |
2021-11-04 | containers: T2216: remove superfluous import statements | Christian Poessinger | |
2021-11-04 | containers: T2216: bugfix config error on image upgrade | Christian Poessinger | |
As it takes time for the OS to settle while booting up the first time a container is started after image upgrade it will fail big time. To prevent this we try to start the container up to 10 times before we generate a hard error. This makes error-free image upgrade possible again when using containers. | |||
2021-11-04 | containers: T3969: Fix F-string format for network ConfigError | Viacheslav | |
2021-11-03 | openvpn: T3966: OpenVPN fix the smoketests | Kim Hagen | |
2021-11-03 | sstp: T3931: Fixes PKI integration with SSTP | sarthurdev | |
2021-11-01 | openvpn: T3958: OpenVPN breaks the smoketests | Kim Hagen | |
2021-11-01 | Merge branch 'current' into T3350-sagitta | zdc | |
2021-10-31 | tunnel: T3956: GRE key check must not be run on our own interface instance | Christian Poessinger | |
(cherry picked from commit e482377b29df05e60dbdb31d6276ae2030ffa2f9) | |||
2021-10-31 | netflow: T3953: use warning if "netflow source-ip" does not exist instead of ↵ | Christian Poessinger | |
error | |||
2021-10-31 | openvpn: T3834: Support for Two Factor Authentication totp | Kim | |
2021-10-31 | console: udev: T3954: adjust rule script to new systemd-udev version | Christian Poessinger | |
We can no longer use bash veriable string code vor string manipulation. Move to a more robust "cut" implementation. | |||
2021-10-31 | console: T3954: bugfix RuntimeError: dictionary keys changed during iteration | Christian Poessinger | |
2021-10-29 | https: pki: T3642: embed CA certificate into chain if specified | Christian Poessinger | |
2021-10-28 | Merge pull request #1048 from sever-sever/T3951 | Christian Poessinger | |
op-mode: T3951: Fix for reset IPSec tunnels | |||
2021-10-28 | IPSec: T3941: Fix uptime for tunnels sa op-mode | Viacheslav | |
The current uptime for tunnels is getting from parent SA That incorrect as we should get value from child SA | |||
2021-10-28 | op-mode: T3951: Fix for reset IPSec tunnels | Viacheslav | |
Fix for correct resetting all child SA's of the tunnel | |||
2021-10-27 | vrrp: T3944: reload daemon instead of restart when already running | Christian Poessinger | |
This prevents a failover from MASTER -> BACKUP when changing any MASTER related configuration. |