Infix v25.10.0 #1218
Infix v25.10.0
#1218
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Note
Noteworthy changes and additions in this release:
🛡️ Zone-Based Firewall (ZBF): Protect your network with our zone-based
firewall powered by firewalld. Define security zones, set policies
between them, and enable masquerading.
📊 System & Hardware Monitoring: CLI
show system,show services, andshow hardwarenow give you instant visibility into CPU temperature, fanspeeds, memory, running services, and sensor data from SFP modules, WiFi radios,
and more. All operational data also available over NETCONF and RESTCONF.
🚀 Expanded Hardware Support: The NanoPi R2S is now included in the
default Aarch64 build, which also adds support for Raspberry Pi 3B, and
Raspberry Pi CM4 variants. All boards now benefit from automatic
/varpartition expansion on first boot.
Changes
examples, discovery patterns, and common workflow examples, issue doc: extend RESTCONF scripting section #1156
firewalld, issue Support for basic firewall, NAT, IP masquerading, port forwarding #448validateoption to CLIcopycommand. This can be used before doing arestore of a backup, or when having edited configuration files manually. With
the validate flag (
-nfrom the shell) the file is only loaded and validatedagainst the YANG models, it is not rolled in if validation is successful.
Example:
copy /media/backup/old.cfg running-config validate, issue UNIXcopycommand to load/save/check .cfg files #373/varpartition at first boot on all MMC-based devicesupgradeRPC (action) for containers using images with mutable tagsOCI archives loaded into container store, and all container configurations
used to create container instances. Instances are now only recreated when
metadata from an existing instance does not match either the configuration
or the image — because of configuration changes or image upgrades
show servicescommand to display running system servicesshow systemcommand with comprehensive system overview includinghostname, uptime, load average, CPU/fan temperatures, memory, disk usage
show hardwarewith hierarchicaldisplay of temperature, fan, voltage, current, and power sensors
bumping it to Tier 2 support (SD-card images built separately)
rebootoption to CLIupgradecommand for automatic system restartFixes
running-config, to the persistentback-end store for
startup-config, does not takechange infers a pool range (only) for /24 networks, and only when a pool is
enabled. YANG validation for this and other use-cases is also included. As
an unforeseen bonus, Infix now also support non-pool (static lease) setups
on bridge port (interfaces). Even though Infix previously allowed this, but
disregarded it operationally, it is no longer supported in the configuration
Root cause, a limit of 15 characters implicitly imposed by the service mgmt
daemon, Finit. The length has not been increased to 64 characters (min: 2)
and the YANG model now properly warns if the name is outside of these limits
instead of using the too broad
podman image prune -afcommandpodman stoptimeout, from 10 to 30 seconds, needed withbigger containers on heavily loaded systems
text-editorcommand does not do proper input sanitation:latest. Infix nowalways tries to fetch a new version of the OCI archive, for remote images,
regardless of the transport. After upgrade the old image is pruned
copy startup running#1203: copying any file, includingstartup-config, torunning-configdoes not take
Tip
Try Infix in GNS3! Download the appliance from the GNS3 Marketplace to test Infix in a virtual network environment without hardware.
This discussion was created from the release Infix v25.10.0.
Beta Was this translation helpful? Give feedback.
All reactions