Skip to content

Commit 864f008

Browse files
authored
Merge pull request #945 from mattiaswal/add-infix-2025.01.0
Update appliance: Infix
2 parents 7b9eb07 + c51bb2a commit 864f008

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

appliances/infix.gns3a

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"appliance_id": "4d351078-c6f5-444c-ab30-0ef20e3d8c53",
3-
"name": "infix",
3+
"name": "Infix",
44
"category": "router",
5-
"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.",
5+
"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.",
66
"vendor_name": "KernelKit",
77
"vendor_url": "https://github.com/kernelkit",
88
"vendor_logo_url": "https://kernelkit.org/assets/img/jack.png",
99
"product_name": "Infix",
10-
"registry_version": 6,
10+
"registry_version": 4,
1111
"documentation_url": "https://github.com/kernelkit/infix/tree/main/doc",
1212
"status": "stable",
1313
"availability": "free",
@@ -37,17 +37,33 @@
3737
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
3838
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/OVMF-edk2-stable202305.fd.zip/download",
3939
"compression": "zip"
40-
},
41-
{
40+
},
41+
{
4242
"filename": "infix-x86_64-disk-24.11.1.img",
4343
"filesize": 536870912,
4444
"md5sum": "673a123fe122d1c2f5724baf9965a19d",
4545
"version": "24.11.1",
4646
"download_url": "https://github.com/kernelkit/infix/releases/download/v24.11.1/infix-x86_64-24.11.1.tar.gz",
4747
"compression": "gzip"
48+
},
49+
{
50+
"filename": "infix-x86_64-disk-25.01.0.img",
51+
"filesize": 536870912,
52+
"md5sum": "a814d93b385116b4a35712c445b5f830",
53+
"version": "25.01.0",
54+
"download_url": "https://github.com/kernelkit/infix/releases/download/v25.01.0/infix-x86_64-25.01.0.tar.gz",
55+
"compression": "gzip"
4856
}
57+
4958
],
5059
"versions": [
60+
{
61+
"name": "25.01.0",
62+
"images": {
63+
"bios_image": "OVMF-edk2-stable202305.fd",
64+
"hda_disk_image": "infix-x86_64-disk-25.01.0.img"
65+
}
66+
},
5167
{
5268
"name": "24.11.1",
5369
"images": {

0 commit comments

Comments
 (0)