Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-29 | T5122: Move archive-areas to defaults.toml to support non-free-firmware ↵ | sskaje | |
repository | |||
2023-03-24 | build: always prefer our packages over Debian upstream | Christian Breunig | |
2023-03-23 | Kernel: T4928: update Linux Kernel to v6.1.21 | Christian Breunig | |
2023-03-17 | Kernel: T4928: update Linux Kernel to v6.1.20 | Christian Breunig | |
2023-03-14 | T5086: Disable by default hsflowd service | Viacheslav Hletenko | |
2023-03-14 | Kernel: T4928: update Linux Kernel to v6.1.19 | Christian Poessinger | |
2023-03-12 | Kernel: T4928: update Linux Kernel to v6.1.18 | Christian Breunig | |
2023-03-11 | systemd: services: T5003: disable podman services | Christian Breunig | |
2023-03-10 | Kernel: T4928: update Linux Kernel to v6.1.16 | Christian Breunig | |
2023-03-08 | Merge pull request #302 from sempervictus/bug/udev_rename_deadlock | Christian Breunig | |
T4966: Delay UDEV execution, avoid rename deadlock | |||
2023-03-07 | T4977: Enable Babeld | Yuxiang Zhu | |
Babeld support has been merged https://github.com/vyos/vyos-1x/pull/1800 however I just noticed `/etc/frr/daemons` came from this file. | |||
2023-03-04 | Kernel: T4928: update Linux Kernel to v6.1.15 | Christian Breunig | |
2023-02-25 | Kernel: T4928: update Linux Kernel to v6.1.14 | Christian Breunig | |
2023-02-22 | Kernel: T4928: update Linux Kernel to v6.1.13 | Christian Breunig | |
2023-02-17 | Merge pull request #308 from sarthurdev/bookworm | Christian Breunig | |
debian: T5003: Set ARM64 kernel flavour, add salt repository | |||
2023-02-17 | debian: T5003: Add salt arm64 repository for `salt-minion` requirement on ↵ | sarthurdev | |
vyos-1x | |||
2023-02-17 | debian: T5003: Set ARM64 kernel flavour | sarthurdev | |
2023-02-17 | Merge pull request #307 from sarthurdev/bookworm | Christian Breunig | |
debian: T5003: Fix ARM64 grub package name | |||
2023-02-17 | debian: T5003: Fix ARM64 grub package name in Bookworm | sarthurdev | |
2023-02-15 | Kernel: T4928: update Linux Kernel to v6.1.12 | Christian Breunig | |
2023-02-15 | Merge pull request #306 from sarthurdev/bookworm | Christian Breunig | |
debian: T5003: Upgrade base system to Debian 12 "Bookworm" | |||
2023-02-14 | strongSwan: T4593: move to charon-systemd | Christian Breunig | |
2023-02-13 | debian: T5003: Disable `strongswan.service` provided by charon_systemd | sarthurdev | |
2023-02-13 | debian: T5003: Update to to Debian 12 "Bookworm" | sarthurdev | |
* Remove obsolete packages and dependencies | |||
2023-02-12 | T5001: Replace links to the phabricator site | Christian Breunig | |
Replace links to the phabricator site from https://phabricator.vyos.net to https://vyos.dev | |||
2023-02-10 | Kernel: T4928: update Linux Kernel to v6.1.11 | Christian Breunig | |
2023-02-07 | Kernel: T4928: update Linux Kernel to v6.1.10 | Christian Breunig | |
2023-02-04 | Kernel: T4928: update Linux Kernel to v6.1.9 | Christian Breunig | |
2023-01-31 | T4966: Delay UDEV execution, avoid rename deadlock | RageLtMan | |
UDEV will rename interfaces from whatever the kernel called them to eX before converting them to ethX during init. In current VyOS, the second renaming operation can run into a lock on the adapter preventing altering its name. As a result, the adapter will remain in the eX configuration, preventing proper execution of subsequent scripts and configuration stanzas. The initial renaming step has to remain as it is needed to work around other issues, which leaves the somewhat hacky approach of delaying the second renaming step slightly in an effort to let the device lock holders settle, releasing it for rename to ethX. This is accomplished by a kernel commandline paramter (3s), which can be tweaked to reduce impact or wait longer as needed on different devices - udev.exec_delay=3 | |||
2023-01-31 | Revert "Resolve resource deadlock for udev iface shuffle" | Christian Poessinger | |
This reverts commit 8e6d765be123be9d937970ee96b7d6d0b5053ed5. This breaks existing configurations: https://forum.vyos.io/t/yesterday-and-todays-build-causes-network-interface-getting-corrupted-vyos-1-4-rolling-202301280924-amd64-iso | |||
2023-01-29 | Resolve resource deadlock for udev iface shuffle | RageLtMan | |
UDEV contains a default rule triggered early-on which renames all NICs by their index to eX, systemd-udevd subsequently renames the eX interface to ethX. Systemd-udevd can fail to rename the iface if it still has resource locks from the prior renaming which then fails to apply all manner of configurations resulting in a booted zombie which cannot handle L3 traffic. Fix the concern by removing 62-temporary-interface-rename.rules from /etc/udev/rules.d during the cleanup hook executed in data/live-build-config/hooks/live/82-cleanup-udev-rules.chroot. Testing: Boot-tested in OpenStack under identical infrastructure-as-code states. Verified DHCP-assigned routes, execution of cloud-init, and configuration stanzas injected through cloud-init applied to the FW and system. | |||
2023-01-24 | Kernel: T4928: update Linux Kernel to v6.1.8 | Christian Breunig | |
2023-01-18 | Kernel: T4928: update Linux Kernel to v6.1.7 | Christian Breunig | |
2023-01-15 | Kernel: T4928: update Linux Kernel to v6.1.6 | Christian Breunig | |
2023-01-14 | ntp: T3008: move from ntpd to chrony | Christian Breunig | |
2023-01-11 | Kernel: T4928: update Linux Kernel to v6.1.4 | Christian Breunig | |
2023-01-09 | Revert "systemd: T4593: disable strongswan service by default" | Christian Poessinger | |
This reverts commit 0351b37359517dab1a18379d180a01fd5271802e. | |||
2023-01-01 | Kernel: T4691: update Linux Kernel to v5.15.86 | Christian Poessinger | |
2022-12-27 | systemd: T4593: disable strongswan service by default | Christian Poessinger | |
2022-12-22 | Kernel: T4691: update Linux Kernel to v5.15.85 | Christian Poessinger | |
2022-12-20 | Kernel: T4691: update Linux Kernel to v5.15.84 | Christian Poessinger | |
2022-12-17 | Merge pull request #264 from initramfs/current-kitty-terminfo | Christian Poessinger | |
vyos-utils: T4683: add kitty-terminfo package to build | |||
2022-12-17 | Kernel: T4691: update Linux Kernel to v5.15.83 | Christian Poessinger | |
2022-12-08 | Kernel: T4691: update Linux Kernel to v5.15.82 | Christian Poessinger | |
2022-12-02 | Kernel: T4691: update Linux Kernel to v5.15.81 | Christian Poessinger | |
2022-11-26 | Kernel: T4691: update Linux Kernel to v5.15.80 | Christian Poessinger | |
2022-11-26 | T4841: Disable by default fancontrol.service | Viacheslav Hletenko | |
Disable by default fancontrol.servive (used in user-util) | |||
2022-11-16 | Kernel: T4691: update Linux Kernel to v5.15.79 | Christian Poessinger | |
2022-11-12 | T4796: Allow configuration of 'bootloader' param | James Simpson | |
Remove hard-coded values for "bootloader" when creating the live-build, replaced with the value of `bootloaders`. Set the current value to the default value if not specified, via `defaults.toml`. Add the default for arm64 as `grub-efi`. | |||
2022-11-10 | Kernel: T4691: update Linux Kernel to v5.15.78 | Christian Poessinger | |