Age | Commit message (Collapse) | Author |
|
clock (#4074)
When not using NTP and adjusting the current system time/date using set date
the time is not saved across a reboot into the hardware RTC. This commit
explicitly syncs the current time after a change into the systems RTC.
Most routers do not run without NTP (which is even a VyOS default) so the
priority is pretty low.
(cherry picked from commit 835126e249c1a8b7ae87ac169a8eb9d2df979249)
Co-authored-by: Christian Breunig <christian@breunig.cc>
|
|
op-mode: T6682: Fix for show vpn ike sa peer that always shows all SAs (backport #4057)
|
|
(cherry picked from commit 8c6a57124af37ba410dd01797e9242b3a79f171a)
|
|
policy: T6676: Invalid route-map caused bgpd to crash (backport #4047)
|
|
op-mode: T6626: Fix for show dhcpv6 server leases
|
|
Crushable1278/T6555-openvpn-fix-server-bridge-smoketest
T6555: openvpn: fix inclusion of data-ciphers for server bridge test
|
|
Add ability to set the container network with a disable-dns setting to disable
the DNS plugin that is on be default.
set container network <network> no-name-server
(cherry picked from commit 1d5625d572cc25a9d53247b7c41177f17845b052)
Co-authored-by: Dave Vogel <dave.vogel@fullpower.com>
|
|
T6693: wireless: add missing country-code for 2.4GHz 802.11ax smoketest
|
|
|
|
Commit dc1da7c ("OPENVPN: T6555: add server-bridge options in mode server") added a new smoketest which used the data-ciphers command which is new starting with VyOS 1.5.
|
|
Commit 6b57f0333 ("T6693: wireless: Enable WiFi-6 (802.11ax) for 2.4GHz
AccessPoints") added a new smoketest which lacked the presence of setting the
country-code under the wifi interface, which is a bit different starting with
VyOS 1.5.
|
|
(cherry picked from commit 595f35bbdda732883ce0b8b0721061bb3a40a715)
|
|
T6693: wireless: Enable WiFi-6 (802.11ax) for 2.4GHz AccessPoints (backport #4028)
|
|
(cherry picked from commit 194a14e958ad336d590ba8f076e163f6908dcddc)
|
|
OPENVPN: T6555: add server-bridge options in mode server (backport #3920)
|
|
During podman upgrade and a build from the original source the UNIX socket
definition for systemd got lost in translation.
This commit re-adds the UNIX socket which is started on boot to interact with
Podman.
Example:
curl --unix-socket /run/podman/podman.sock -H 'content-type: application/json' \
-sf http://localhost/containers/json
(cherry picked from commit f67e217f2716937115a3bdf6d316b172bbec75e5)
Co-authored-by: Christian Breunig <christian@breunig.cc>
|
|
(cherry picked from commit 0162a27952d2166583a9e6aee2cd77b9c693062b)
|
|
(cherry picked from commit d5ae708581d453e2205ad4cf8576503f42e262b6)
|
|
(cherry picked from commit 4acad3eb8d9be173b76fecafc32b0c70eae9b192)
|
|
T6681: Add option for SLAAC to support suppress Interval Advertisement in RA Packets (backport #4022)
|
|
(cherry picked from commit 07dee6164533d5f06d5768b597b6962b6af3b76e)
|
|
(cherry picked from commit eec95109981140f1b4323bcf4526c10c6364d9ae)
|
|
T6671: defer config dependency if scheduled in priority queue (backport #4015)
|
|
(cherry picked from commit 9ff620c50625c81733020f399c7f5a14e07c4d09)
|
|
(cherry picked from commit 4f0e0265d87b01aafde39f2682d2d5099ac4e942)
|
|
(cherry picked from commit d4b6bed84e5ac4214f2eae0e6ee7c1f4e0852222)
|
|
(cherry picked from commit 5819fd88e7948572a65b62885ddcba8ebbb7371c)
|
|
(cherry picked from commit 57a0333c423f74ef733619f57dbfc608e513aa56)
|
|
T6672: Fix system option ssh-client source-interface (backport #4000)
|
|
op_mode: T6668: Add detailed statistics infomartion about MACsec (backport #4001)
|
|
T6561: Add vrf aware for show ntp (backport #4003)
|
|
xml: T6319: add util for ancestor owner/priority (backport #3428)
|
|
(cherry picked from commit 2551a741af9ac4f7dfff8dc5cbe47173a99fa478)
|
|
Fix for system option ssh-client source-interface
For the `verify_source_interface` the key `ifname` if required
(cherry picked from commit f453b33a6056de8fc5145ca9e680361fbce68348)
|
|
sysctl: T3204: restore sysctl settings overwritten by tuned (backport #3945)
|
|
(cherry picked from commit 8500e8658ff10f52739143fd7814cf60c9195f16)
|
|
(cherry picked from commit 5f780ebb7f1799eb9a93218bb83561db509c7e56)
|
|
(cherry picked from commit b7e7619636c372e642240c3e42f10c9813f2f587)
|
|
op_mode: T3961: Generate PKI expect 2 character country code (backport #3997)
|
|
(cherry picked from commit 71d6d0fe31db13f4ddf5c75209b9bba88a1e0a32)
|
|
(cherry picked from commit 9979afa15650bd609399030da1751488baaac70b)
|
|
configverify: T6642: verify_interface_exists requires config_dict arg (backport #3961)
|
|
T5794: firewall: change firewall priority in oder to be loaded after all interfaces (backport #3988)
|
|
utils: T6658: fix write_file check in case of empty directory path (backport #3989)
|
|
(cherry picked from commit 58125b64c6678ea581998c9f83a19fae0cdbda12)
|
|
(cherry picked from commit b3ae35987a860a5d2cf64dfbc156a7ee7cc799a2)
|
|
T6646: conntrack: in ignore rules, if protocols=all, do not append it to the rule (backport #3981)
|
|
rule
(cherry picked from commit 2d953bedd0e416ead924f77ec612c997f950535a)
|
|
T6619: Remove the remaining uses of per-protocol FRR configs (backport #3916)
|
|
The function verify_interface_exists requires a reference to the ambient
config_dict rather than creating an instance. As access is required to
the 'interfaces' path, provide as attribute of class ConfigDict, so as
not to confuse path searches of script-specific config_dict instances.
(cherry picked from commit 5f23b7275564cfaa7c178d320868b5f5e86ae606)
|