Skip to content

Releases: kernelkit/infix

Infix v26.04.0

04 May 10:26
v26.04.0
f539da7

Choose a tag to compare

Changes

  • Upgrade Linux kernel to 6.18.25 (LTS)
  • Upgrade Buildroot to 2025.02.13 (LTS)
  • Add support for per-bridge multicast router port in operational, issue #395
  • Add support for static ARP (IPv4) and neighbor cache (IPv6) entries per interface, issue #819. Static entries are installed as permanent kernel neighbor table entries that are never evicted by normal ARP/NDP aging
  • Add support for PTP/gPTP (IEEE 1588-2019 / 802.1AS) clock synchronization. Supported clock types: Ordinary Clock, Boundary Clock, and Transparent Clock. See the User Guide for configuration details
  • Add support for Banana Pi BPI-R4, quad-core Cortex-A73 router with 4x 2.5 GbE switching, dual 10 GbE SFP+. Variants BPI-R4-2g5 and BPI-R4P have one SFP+ replaced by a 2.5 GbE RJ45, with optional PoE on the R4P
  • Update Marvell ESPRESSObin board support. Allow booting with stock U-Boot, which only supports ext4 rootfs partitions; to use, apply the ext4 developer snippet before building (make apply-ext4 all)
  • Fix onboard WiFi support on the Banana Pi BPi-R64

Fixes

  • Fix #520: warn in syslog if multicast flooding is disabled
  • Fix #769: document dummy interfaces in user guide
  • Fix #790: document static multicast filters in user guide
  • Fix #1439: changing hostname does not regenerate DHCP client conf until restart
  • Fix #1458: show ntp tracking displaying a truncated Reference ID, e.g., 92.2 instead of 92.246.137.39
  • Fix #1466: show container showing no output for containers whose command line includes environment variables
  • Fix issue with IGMP queries sent with all-zeroes source MAC address
  • Fix missing IGMP query startup burst when assuming IGMP querier role, as defined in RFC3376 §8.6/§8.7
  • Fix Raspberry Pi 4 and Pi 400 display instability after soft reboot. Previously the touchscreen/DSI display required a full power cycle to reinitialise correctly; it now works reliably after reboot. Please note, you need a fairly up-to-date EEPROM version as well
  • Fix BPI-R4 board README showing inverted DIP switch values for eMMC and SPI NAND boot modes, which would prevent the board from booting correctly
  • Fix SAMA7G54 U-Boot build system selection that caused build failures
  • Fix BPI-R3 PCIe devices failing to initialize on boot due to a missing clock definition in the device tree

Tip

Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.

Infix v26.04.0-rc3

04 May 09:16
v26.04.0-rc3
f539da7

Choose a tag to compare

Infix v26.04.0-rc3 Pre-release
Pre-release

Changes

  • Upgrade Linux kernel to 6.18.25 (LTS)
  • Upgrade Buildroot to 2025.02.13 (LTS)
  • Add support for per-bridge multicast router port in operational, issue #395
  • Add support for static ARP (IPv4) and neighbor cache (IPv6) entries per interface, issue #819. Static entries are installed as permanent kernel neighbor table entries that are never evicted by normal ARP/NDP aging
  • Add support for PTP/gPTP (IEEE 1588-2019 / 802.1AS) clock synchronization. Supported clock types: Ordinary Clock, Boundary Clock, and Transparent Clock. See the User Guide for configuration details
  • Add support for Banana Pi BPI-R4, quad-core Cortex-A73 router with 4x 2.5 GbE switching, dual 10 GbE SFP+. Variants BPI-R4-2g5 and BPI-R4P have one SFP+ replaced by a 2.5 GbE RJ45, with optional PoE on the R4P
  • Update Marvell ESPRESSObin board support. Allow booting with stock U-Boot, which only supports ext4 rootfs partitions; to use, apply the ext4 developer snippet before building (make apply-ext4 all)
  • Fix onboard WiFi support on the Banana Pi BPi-R64

Fixes

  • Fix #520: warn in syslog if multicast flooding is disabled
  • Fix #769: document dummy interfaces in user guide
  • Fix #790: document static multicast filters in user guide
  • Fix #1439: changing hostname does not regenerate DHCP client conf until restart
  • Fix #1458: show ntp tracking displaying a truncated Reference ID, e.g., 92.2 instead of 92.246.137.39
  • Fix #1466: show container showing no output for containers whose command line includes environment variables
  • Fix issue with IGMP queries sent with all-zeroes source MAC address
  • Fix missing IGMP query startup burst when assuming IGMP querier role, as defined in RFC3376 §8.6/§8.7
  • Fix Raspberry Pi 4 and Pi 400 display instability after soft reboot. Previously the touchscreen/DSI display required a full power cycle to reinitialise correctly; it now works reliably after reboot. Please note, you need a fairly up-to-date EEPROM version as well
  • Fix BPI-R4 board README showing inverted DIP switch values for eMMC and SPI NAND boot modes, which would prevent the board from booting correctly
  • Fix SAMA7G54 U-Boot build system selection that caused build failures
  • Fix BPI-R3 PCIe devices failing to initialize on boot due to a missing clock definition in the device tree

Tip

Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.

Infix v26.03.0

31 Mar 16:22
v26.03.0
12a50a8

Choose a tag to compare

Changes

  • Upgrade Linux kernel to 6.18.20 (LTS)
  • Upgrade Buildroot to 2025.02.12 (LTS)
  • Upgrade FRR to 10.5.3
  • Add support for Banana Pi R64 Mini, 5 port router with WiFi 5
  • Add support for Raspberry Pi 400, an RPi 4B built into a keyboard
  • Significant boot time improvements, issue #1284. The InitViz boot profiling tool is now included for users who want to visualize and measure the boot process on their own hardware
  • Add OSPF point-to-multipoint (P2MP) and hybrid interface type support. This also includes support for setting static neighbors, issue #1426
  • Revamped http://network.local device browser. Device cards now show the IP address, product name, and firmware version from mDNS TXT records. the mDNS browser is now also available over plain HTTP
  • mDNS service records now embed the per-device hostname (using avahi's %h wildcard), so devices avoid the #2, #3 suffix collisions on service names when multiple Infix devices share the same LAN
  • Add configurable mDNS hostname: set services mdns hostname to override the mDNS name advertised in A/AAAA records. Supports %h (default hostname), %i (hardware ID), and %m (MAC address) format specifiers
  • cli: new show mdns command to list mDNS-discovered devices on the LAN, with addresses and product model
  • Add SSH client commands to the CLI: - ssh [user <name>] [port <num>] <host> — connect to a remote device - set ssh known-hosts <host> <keytype> <pubkey> — pre-enroll a host key received out-of-band, e.g. after a factory reset - no ssh known-hosts <host> — remove a stale or changed host key entry
  • Add support for user-configurable HTTPS certificate: select any certificate stored in the keystore via services web certificate <name>. The default auto-generated self-signed certificate is now stored in the keystore rather than in /cfg/ssl and existing certificates are auto-migrated on upgrade
  • Add NTP stratum-weight setting to fine-tune server selection when multiple NTP sources are available with different stratum levels
  • Enable HDMI console output on Raspberry Pi 4 and Pi 400. Previously the display was suppressed; a login prompt now appears on the HDMI monitor

Fixes

  • Fix #892: suppress rousette RESTCONF server warnings from syslog
  • Fix #1122: add missing migration script for the YANG validation introduced in v25.10.0 that disallows IP addresses on bridge member ports. Without this script, upgrading with such a startup-config would prevent the device from booting. The migration removes all IP addresses from bridge member ports; any addresses that should be kept must be re-added to the bridge interface itself after upgrade
  • Fix #1387: infix.local now resolves to exactly one device per LAN. Previously all Infix devices claimed both hostname.local and infix.local, causing avahi to append #2, #3 suffixes to the shared alias on busy networks. Assignment is now first-come-first-served using standard mDNS conflict resolution
  • Fix #1389: firewall policies with names longer than 17 characters were silently rejected
  • Fix #1416: show firewall command show an error when the firewall is disabled
  • Fix #1438: default route from DHCP client not set at boot, regression in v26.02.0
  • Fix #1446: suppress netopeer2-server NETCONF server warnings from syslog
  • Fix #1456: update project links in SUPPORT.md and README.md to point to the home page and blog at https://www.kernelkit.org, and update the release link to always resolve to the latest stable release
  • Fix regression in MVEBU SafeXcel Crypto Engine for Marvell Armada SOCs (37xx, 7k, 8k, and CN913x series). Firmware package lost in v26.01.0
  • Fix DHCP client not sending hostname to server (e.g. for dnsmasq lease registration). All board factory configs had the hostname option without value: auto, so udhcpc only requested the option instead of sending it. Setting up a DHCP client manually was not affected. Also, the hostname format string (e.g. rpi-%m) was not expanded to the actual system hostname before being passed to udhcpc
  • Fix dnsmasq logging spurious "Ignoring duplicate dhcp-option" warnings for options 3 (router) and 6 (dns-server) on every DHCP transaction. Add dhcp-authoritative so clients with unexpired leases are not NAKed after a router crash or factory reset that clears the lease database

Tip

Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.

Infix v26.03.0-rc1

30 Mar 15:58
v26.03.0-rc1
de3a44e

Choose a tag to compare

Infix v26.03.0-rc1 Pre-release
Pre-release

Changes

  • Upgrade Linux kernel to 6.18.20 (LTS)
  • Upgrade Buildroot to 2025.02.12 (LTS)
  • Upgrade FRR to 10.5.3
  • Add support for Banana Pi R64 Mini, 5 port router with WiFi 5
  • Add support for Raspberry Pi 400, an RPi 4B built into a keyboard
  • Significant boot time improvements, issue #1284. The InitViz boot profiling tool is now included for users who want to visualize and measure the boot process on their own hardware
  • Add OSPF point-to-multipoint (P2MP) and hybrid interface type support. This also includes support for setting static neighbors, issue #1426
  • Revamped http://network.local device browser. Device cards now show the IP address, product name, and firmware version from mDNS TXT records. the mDNS browser is now also available over plain HTTP
  • mDNS service records now embed the per-device hostname (using avahi's %h wildcard), so devices avoid the #2, #3 suffix collisions on service names when multiple Infix devices share the same LAN
  • Add configurable mDNS hostname: set services mdns hostname to override the mDNS name advertised in A/AAAA records. Supports %h (default hostname), %i (hardware ID), and %m (MAC address) format specifiers
  • cli: new show mdns command to list mDNS-discovered devices on the LAN, with addresses and product model
  • Add SSH client commands to the CLI: - ssh [user <name>] [port <num>] <host> — connect to a remote device - set ssh known-hosts <host> <keytype> <pubkey> — pre-enroll a host key received out-of-band, e.g. after a factory reset - no ssh known-hosts <host> — remove a stale or changed host key entry
  • Add support for user-configurable HTTPS certificate: select any certificate stored in the keystore via services web certificate <name>. The default auto-generated self-signed certificate is now stored in the keystore rather than in /cfg/ssl and existing certificates are auto-migrated on upgrade
  • Add NTP stratum-weight setting to fine-tune server selection when multiple NTP sources are available with different stratum levels
  • Enable HDMI console output on Raspberry Pi 4 and Pi 400. Previously the display was suppressed; a login prompt now appears on the HDMI monitor

Fixes

  • Fix #892: suppress rousette RESTCONF server warnings from syslog
  • Fix #1122: add missing migration script for the YANG validation introduced in v25.10.0 that disallows IP addresses on bridge member ports. Without this script, upgrading with such a startup-config would prevent the device from booting. The migration removes all IP addresses from bridge member ports; any addresses that should be kept must be re-added to the bridge interface itself after upgrade
  • Fix #1387: infix.local now resolves to exactly one device per LAN. Previously all Infix devices claimed both hostname.local and infix.local, causing avahi to append #2, #3 suffixes to the shared alias on busy networks. Assignment is now first-come-first-served using standard mDNS conflict resolution
  • Fix #1389: firewall policies with names longer than 17 characters were silently rejected
  • Fix #1416: show firewall command show an error when the firewall is disabled
  • Fix #1438: default route from DHCP client not set at boot, regression in v26.02.0
  • Fix #1446: suppress netopeer2-server NETCONF server warnings from syslog
  • Fix #1456: update project links in SUPPORT.md and README.md to point to the home page and blog at https://www.kernelkit.org, and update the release link to always resolve to the latest stable release
  • Fix regression in MVEBU SafeXcel Crypto Engine for Marvell Armada SOCs (37xx, 7k, 8k, and CN913x series). Firmware package lost in v26.01.0
  • Fix DHCP client not sending hostname to server (e.g. for dnsmasq lease registration). All board factory configs had the hostname option without value: auto, so udhcpc only requested the option instead of sending it. Setting up a DHCP client manually was not affected. Also, the hostname format string (e.g. rpi-%m) was not expanded to the actual system hostname before being passed to udhcpc
  • Fix dnsmasq logging spurious "Ignoring duplicate dhcp-option" warnings for options 3 (router) and 6 (dns-server) on every DHCP transaction. Add dhcp-authoritative so clients with unexpired leases are not NAKed after a router crash or factory reset that clears the lease database

Tip

Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.

Infix v26.02.1

13 Mar 12:29
v26.02.1
7176666

Choose a tag to compare

Changes

  • Upgrade Linux kernel to 6.18.17 (LTS)
  • Add support for disabling WiFi and GPS features in builds
  • Add OSPF point-to-multipoint (P2MP) and hybrid interface type support. This also includes support for setting static neighbors, issue #1426

Fixes

  • Fix #1389: legacy name limit in firewalld triggered problems with policy names
  • Fix #1416: show firewall command show an error when the firewall is disabled
  • Fix #1438: default route from DHCP client not set at boot, regression in v26.02.0
  • Fix instabilities in Zebra route manager after Frr upgrade in v26.02.0
  • Fix regression in MVEBU SafeXcel Crypto Engine for Marvell Armada SOCs (37xx, 7k, 8k, and CN913x series). Firmware package lost in v26.01.0

Tip

Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.

Infix v26.02.1-rc3

13 Mar 08:47
v26.02.1-rc3
7176666

Choose a tag to compare

Infix v26.02.1-rc3 Pre-release
Pre-release

Changes

  • Upgrade Linux kernel to 6.18.17 (LTS)
  • Add support for disabling WiFi and GPS features in builds
  • Add OSPF point-to-multipoint (P2MP) and hybrid interface type support. This also includes support for setting static neighbors, issue #1426

Fixes

  • Fix #1389: legacy name limit in firewalld triggered problems with policy names
  • Fix #1416: show firewall command show an error when the firewall is disabled
  • Fix #1438: default route from DHCP client not set at boot, regression in v26.02.0
  • Fix instabilities in Zebra route manager after Frr upgrade in v26.02.0
  • Fix regression in MVEBU SafeXcel Crypto Engine for Marvell Armada SOCs (37xx, 7k, 8k, and CN913x series). Firmware package lost in v26.01.0

Tip

Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.

Infix v26.02.1-rc2

12 Mar 16:09
v26.02.1-rc2
e17780f

Choose a tag to compare

Infix v26.02.1-rc2 Pre-release
Pre-release

Changes

  • Upgrade Linux kernel to 6.18.16 (LTS)
  • Add support for disabling WiFi and GPS features in builds
  • Add OSPF point-to-multipoint (P2MP) and hybrid interface type support. This also includes support for setting static neighbors, issue #1426

Fixes

  • Fix #1389: legacy name limit in firewalld triggered problems with policy names
  • Fix #1416: show firewall command show an error when the firewall is disabled
  • Fix #1438: default route from DHCP client not set at boot, regression in v26.02.0
  • Fix instabilities in Zebra route manager after Frr upgrade in v26.02.0
  • Fix regression in MVEBU SafeXcel Crypto Engine for Marvell Armada SOCs (37xx, 7k, 8k, and CN913x series). Firmware package lost in v26.01.0

Tip

Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.

Infix v26.02.1-rc1

11 Mar 14:12
v26.02.1-rc1
f6f6381

Choose a tag to compare

Infix v26.02.1-rc1 Pre-release
Pre-release

Changes

  • Upgrade Linux kernel to 6.18.16 (LTS)
  • Add support for disabling WiFi and GPS features in builds
  • Add OSPF point-to-multipoint (P2MP) and hybrid interface type support. This also includes support for setting static neighbors, issue #1426

Fixes

  • Fix #1389: legacy name limit in firewalld triggered problems with policy names
  • Fix #1416: show firewall command show an error when the firewall is disabled
  • Fix instabilities in Zebra route manager after Frr upgrade in v26.02.0
  • Fix regression in MVEBU SafeXcel Crypto Engine for Marvell Armada SOCs (37xx, 7k, 8k, and CN913x series). Firmware package lost in v26.01.0

Tip

Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.

Infix v26.02.0

01 Mar 15:52
v26.02.0
7ccddc0

Choose a tag to compare

Note

The blog and User Guide have a new address: https://www.kernelkit.org

Changes

  • Upgrade Linux kernel to 6.18.15 (LTS)
  • Upgrade Buildroot to 2025.02.11 (LTS)
  • Upgrade FRR to 10.5.1
  • Add support for Microchip SAMA7G54 Evaluation Kit, Arm Cortex-A7
  • Add support for Banana Pi R3 Mini, a 2 port router with 2 WiFi chip, uses the same bootloader as BPI-R3 (eMMC-version)
  • Add GPS/GNSS receiver support with NTP reference clock integration
  • Add reset-volumes option to container upgrade foo command

Fixes

  • Fix CLI copy command problem to copy to scp/sftp destinations

Tip

Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.

Infix v26.02.0-rc1

01 Mar 13:29
v26.02.0-rc1
7ccddc0

Choose a tag to compare

Infix v26.02.0-rc1 Pre-release
Pre-release

Note

The blog and User Guide have a new address: https://www.kernelkit.org

Changes

  • Upgrade Linux kernel to 6.18.15 (LTS)
  • Upgrade Buildroot to 2025.02.11 (LTS)
  • Upgrade FRR to 10.5.1
  • Add support for Microchip SAMA7G54 Evaluation Kit, Arm Cortex-A7
  • Add support for Banana Pi R3 Mini, a 2 port router with 2 WiFi chip, uses the same bootloader as BPI-R3 (eMMC-version)
  • Add GPS/GNSS receiver support with NTP reference clock integration
  • Add reset-volumes option to container upgrade foo command

Fixes

  • Fix CLI copy command problem to copy to scp/sftp destinations

Tip

Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.