Age | Commit message (Collapse) | Author |
|
Commit 611cfc85c531 ("T6173: validate allowed characters in ISO image name")
missed the probability that version is a dict member bot empty.
|
|
T6238: Check pull request title action requires the python script
|
|
T6235: Git update actions-label-merge-conflict version
|
|
Update `actions-label-merge-conflict` due to `Node.js 16 actions are deprecated.`
|
|
The `check-pr-title-and-commit-messages.py` that used for the action
is not exists.
Add this script.
|
|
Adds ipv4/ipv6 localhost, link-local and private address as allowed-clients to NTP service.
|
|
|
|
T6228: Cleanup of not existing systemd units
|
|
T1797: Delete not exist disable vpp service
|
|
Delete not existing units:
```
06:12:51 Failed to disable unit, unit logd.service does not exist.
06:12:51 Failed to disable unit, unit heartbeat.service does not exist.
```
|
|
The builder log:
```
06:12:53 Failed to disable unit, unit vpp.service does not exist.
```
|
|
|
|
T6173: validate allowed characters in ISO image name
|
|
Building custom VyOS version: 1.5-asdf%-202404081841
I: Checking if packages required for VyOS image build are installed
Version contained illegal character(s), allowed: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-+
|
|
image-tools: T6207: update test script for prompt for boot config
|
|
|
|
to be able to use its functions in build scripts
|
|
|
|
|
|
T5124: Python3 deprecation distutils
|
|
|
|
|
|
|
|
|
|
|
|
dropbear: T6195: package upgrade 2022.83-1+deb12u1
|
|
|
|
Fix CVE-2023-48795: (terrapin attack)
The SSH transport protocol with certain OpenSSH extensions allows remote
attackers to bypass integrity checks such that some packets are omitted (from
the extension negotiation message), and a client and server may consequently
end up with a connection for which some security features have been downgraded
or disabled, aka a Terrapin attack.
|
|
No need to provide them via the package repository
|
|
T4204: accel-ppp bump version 1.13.0
|
|
Update accel-pppd version to 1.13.0 release
Multiple fixes https://github.com/accel-ppp/accel-ppp/releases/tag/1.13.0
|
|
|
|
T6033: bump hsflowd version v2.0.55-1 extended PCAP capabilities
|
|
Bump the `hsflowd` version to `v2.0.55-1`
Fixed and extended PCAP capabilities for not hardware/bridge
interfaces (like GRE tunnel interface).
It fixes crashes the daemon if you use tunnel interfaces
```
hsflowd[9160]: PCAP: tun0 has no supported datalink encapsulaton
hsflowd[9160]: Received signal 11
hsflowd[9160]: SIGSEGV, faulty address is (nil)
```
The correct commit fix in https://github.com/sflow/host-sflow/commit/62346aa67240ced0fb16b6725f16d8fa40eaea60
Updated version starts the hsflowd without issues
|
|
|
|
Github: PR Template: make related tasks optional
|
|
|
|
build scripts: T3664: move image build scripts to a dedicated directory
|
|
to avoid a mix of image build scripts and ancilliary scripts in the same directory
|
|
build flavors: T3664: reimplement Dell VEP flavors using the new system
|
|
The ixgbe driver did not support the 1000BASE-BX standard so for example FS.com
SFP-GE-BX 1310/1490nm 10km transceiver received an unsupported module error even
with allow_unsupported_sfp enabled.
To solve this problem I created a patch that was accepted by Linux upstream
(https://github.com/torvalds/linux/commit/1b43e0d20f2d007ec4c124b0deaa848ff8d61f4a)
so starting from kernel 6.9 the ixgbe driver will have 1000BASE-BX support,
however VyOS uses the out of tree driver so it is necessary to backport the patch.
|
|
is undefined
This extends an else path with the logic from commit ea7d59a4b ("ixgbe: T6155:
always enable allow_unsupported_sfp for all NICs by default")
|
|
|
|
ixgbe: T6155: always enable allow_unsupported_sfp for all NICs by default
|
|
In-tree vs. Out-Of-Tree drivers differ in the way how unsupported transceivers
are defined (uint vs array of int) for the Kernel module parameters.
This results in:
kernel: ixgbe 0000:5e:00.0: failed to initialize because an unsupported SFP+ module type was detected.
kernel: ixgbe 0000:5e:00.0: Reload the driver after installing a supported module.
kernel: ixgbe 0000:5e:00.0: removed PHC on eth6
This patch always enables unsupported SFP+ modules as wo do anyway from
the userspace but only for the first port.
|
|
|
|
|
|
|
|
chore: T671: remove unused scripts and references to them
|
|
|