Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | smoketest: vrf: T3960: verify co-existence of multiple VNIs | 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-14 | dhcp-server: T3982: dot (.) is an allowed static-mapping character | Christian Poessinger | |
This reverts a part of commit c45e4beadf30accb1838b3bad1f21c2146469bf8. | |||
2021-11-12 | Merge pull request #1071 from sever-sever/T3986 | Christian Poessinger | |
ipsec: T3986: Fix typos in descriptions | |||
2021-11-12 | interface-names: T3871: shift index to accommodate KVM behaviour | John Estabrook | |
(on behalf of Dmitriy Eshenko) | |||
2021-11-12 | ipsec: T3986: Fix typos in descriptions | Viacheslav | |
2021-11-11 | ipsec: T3093: fix log-level completion help string | Christian Poessinger | |
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 | Merge pull request #1069 from UnicronNL/partresize | Christian Poessinger | |
T3946: Automatically resize the root partition if the drive has extra… | |||
2021-11-11 | T3946: Automatically resize the root partition if the drive has extra space | Kim Hagen | |
2021-11-10 | dhcp-server: T3982: remove support for invalid characters . and + | Christian Poessinger | |
2021-11-10 | Merge pull request #1068 from zdc/T3774-sagitta | Christian Poessinger | |
atop: T3774: Atop log file rotation fix | |||
2021-11-10 | Merge pull request #1067 from DmitriyEshenko/current-08112021-fix-net-names | Daniil Baturin | |
interface-names: T3871: Add temporary interface names to properly ren… | |||
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: fix indention and if branch logic | Christian Poessinger | |
This fixes an indention bug and a wrong if-statememnt from commit 05aa22dc ("protocols: static: T3680: do not delete DHCP received routes") | |||
2021-11-07 | dhcp: T3680: fix lease filename for Vlan interfaces | 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-07 | xml: provide and use common interface-name building blocks | Christian Poessinger | |
2021-11-07 | bonding: T1614: add constraint on member interface names to be used | Christian Poessinger | |
2021-11-07 | policy: T2425: add generic-interface XML building block | Christian Poessinger | |
2021-11-06 | openvpn: T3966: fix KeyError when removing interfaces without TOTP | Christian Poessinger | |
2021-11-05 | smoketest: T3972: test removal of vif-c interfaces | Christian Poessinger | |
2021-11-05 | vyos.configdict: T3972: bugfix QinQ vif-c removal triggered KeyError | Christian Poessinger | |
Generic get_removed_vlans() function replaced the entire config dict when any QinQ vif-c subinterface was deleted. | |||
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 | Merge pull request #1065 from sever-sever/T3969 | Christian Poessinger | |
containers: T3969: Fix F-string format for network ConfigError | |||
2021-11-04 | containers: T3969: Fix F-string format for network ConfigError | Viacheslav | |
2021-11-04 | Merge pull request #1063 from vyos/t3964-add-missing-validator | Christian Poessinger | |
sstp: accel-ppp: T3964: add missing input validator for static-ip assignment | |||
2021-11-03 | Merge pull request #1064 from UnicronNL/current | Kim | |
openvpn: T3966: OpenVPN fix the smoketests | |||
2021-11-03 | openvpn: T3966: OpenVPN fix the smoketests | Kim Hagen | |
2021-11-03 | sstp: accel-ppp: T3964: add missing input validator for static-ip assignment | Christian Poessinger | |
2021-11-03 | sstp: T2566: use XML defaultValue over Jinja2 hardcoded value | Christian Poessinger | |
(cherry picked from commit 01ed77040ec9493e4ca1cf868ff3c22847da4487) | |||
2021-11-03 | sstp: T2566: Fix to allow IPv6 only pools | Viacheslav | |
To allow IPv6 only for vpn sstp sessions we have to add 'ppp-options' which can disable IPv4 allocation explicity. Additional IPv6 ppp-options and fix template for it. (cherry picked from commit dd036c62d1370f655a8d2075577597f24ffff7dc) | |||
2021-11-03 | Merge pull request #1058 from sever-sever/T2281 | Christian Poessinger | |
interfaces: T2281: Ability to set static and DHCP addr on same interface | |||
2021-11-03 | Merge pull request #1062 from sarthurdev/T3931 | Christian Poessinger | |
sstp: T3931: Fixes PKI integration with SSTP | |||
2021-11-03 | sstp: T3931: Fixes PKI integration with SSTP | sarthurdev | |
2021-11-01 | Merge pull request #1059 from UnicronNL/current | Kim | |
openvpn: T3958: OpenVPN breaks the smoketests | |||
2021-11-01 | openvpn: T3958: OpenVPN breaks the smoketests | Kim Hagen | |
2021-11-01 | Merge pull request #1021 from zdc/T3350-sagitta | Christian Poessinger | |
OpenVPN: T3350: Changed custom options for OpenVPN processing | |||
2021-11-01 | Merge branch 'current' into T3350-sagitta | zdc | |
2021-11-01 | interfaces: T2281: Ability to set static and DHCP addr on same interface | Viacheslav | |
There are not any reason to enable only DHCP or only static address on interface at the same time It is possible to have both. | |||
2021-10-31 | tunnel: T3956: GRE key check must not be run on our own interface instance | Christian Poessinger | |
(cherry picked from commit e482377b29df05e60dbdb31d6276ae2030ffa2f9) |