From c51bb2af81c2ab8ae0c3df96a1d539eea79f57a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Sat, 1 Feb 2025 23:35:46 +0100 Subject: [PATCH] Update appliance: Infix * Add new version 2025.01.0 * Minor cleanup in appliance file --- appliances/infix.gns3a | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/appliances/infix.gns3a b/appliances/infix.gns3a index bb28ea7a..1fb796d5 100644 --- a/appliances/infix.gns3a +++ b/appliances/infix.gns3a @@ -1,13 +1,13 @@ { "appliance_id": "4d351078-c6f5-444c-ab30-0ef20e3d8c53", - "name": "infix", + "name": "Infix", "category": "router", - "description": "Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling.", + "description": "Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling.", "vendor_name": "KernelKit", "vendor_url": "https://github.com/kernelkit", "vendor_logo_url": "https://kernelkit.org/assets/img/jack.png", "product_name": "Infix", - "registry_version": 6, + "registry_version": 4, "documentation_url": "https://github.com/kernelkit/infix/tree/main/doc", "status": "stable", "availability": "free", @@ -37,17 +37,33 @@ "download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/", "direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/OVMF-edk2-stable202305.fd.zip/download", "compression": "zip" - }, - { + }, + { "filename": "infix-x86_64-disk-24.11.1.img", "filesize": 536870912, "md5sum": "673a123fe122d1c2f5724baf9965a19d", "version": "24.11.1", "download_url": "https://github.com/kernelkit/infix/releases/download/v24.11.1/infix-x86_64-24.11.1.tar.gz", "compression": "gzip" + }, + { + "filename": "infix-x86_64-disk-25.01.0.img", + "filesize": 536870912, + "md5sum": "a814d93b385116b4a35712c445b5f830", + "version": "25.01.0", + "download_url": "https://github.com/kernelkit/infix/releases/download/v25.01.0/infix-x86_64-25.01.0.tar.gz", + "compression": "gzip" } + ], "versions": [ + { + "name": "25.01.0", + "images": { + "bios_image": "OVMF-edk2-stable202305.fd", + "hda_disk_image": "infix-x86_64-disk-25.01.0.img" + } + }, { "name": "24.11.1", "images": {