Skip to content

Infix v24.10.2-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 14:55
· 210 commits to main since this release
2910d8b

Changes

  • Support for showing interfaces owned by running containers in the CLI
    command show interfaces. This also adds support for showing the
    peer interface of VETH pairs. Issue #626
  • Reboot system on kernel "oops", on "oops" the kernel now panics and
    reboots after 20 seconds. Issue #740
  • Update static factory-config for NanoPi R2S: enable NACM, securing all
    passwords, and enabling iburst for the NTP client. Issue #750
  • Updated QoS documentation with pictures and more information on VLAN
    interface ingress/egress priority handling, issue #759
  • Disable RTC device in Styx device tree, issue #794
  • Support for saving and restoring system clock from a disk file. This
    allows restoring the system clock to a sane date in case the RTC is
    disabled or does not have a valid time, issue #794
  • Update device discovery chapter with information on infix.local mDNS
    alias, netbrowse support to discover all local units, and command
    examples for disabling LLDP and mDNS services, issue #786
  • Updated OSPF documentation to include information on global OSPF
    settings
    (redistribution, explicit-router-id, etc.), issue #812
  • Added information on forwarding of IEEE reserved group addresses
    to bridge section of networking documentation, issue #788
  • Add support for bootstrap conditions and early init product overrides
  • Styx: enable second Ethernet port LED in device tree, again, rename
    it: yellow -> aux, and make sure it is turned off at boot
  • Styx: disable second port LED for the 4xSFP slots, does not work
  • Styx: override iitod (LED daemon) with a product specific LED script

Fixes

  • Fix #685: DSA conduit interface not always detected, randomly causing
    major issues configuring systems with multiple switch cores
  • Fix #778: reactivate OpenSSL backend for libssh/libssh2 for NanoPI R2S.
    This fixes a regression in v24.10.0 causing loss of NETCONF support
  • Fix #809: enable syslog logging for RAUC
  • Fix harmless bootstrap log error message on systems without USB ports:
    jq: error (at <stdin>:0): Cannot iterate over null (null)
  • Change confusing tc log error message: Error: does not support hardware offload to Skipping $iface, hardware offload not supported.