From 162b37488bd95175ecc3f038ccecda4ee49c3b41 Mon Sep 17 00:00:00 2001 From: adosztal Date: Thu, 25 Apr 2019 07:20:18 +0200 Subject: [PATCH] New FRR release The base image has been updated to Ubuntu Server 18.04, FRR to version 7.0. Memory size was adjusted as well because the base image does not boot with 256 MB RAM. --- appliances/frr.gns3a | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/appliances/frr.gns3a b/appliances/frr.gns3a index 4f6c92e..476556e 100644 --- a/appliances/frr.gns3a +++ b/appliances/frr.gns3a @@ -14,12 +14,22 @@ "qemu": { "adapter_type": "virtio-net-pci", "adapters": 8, - "ram": 256, + "ram": 512, + "hda_disk_interface": "virtio", "arch": "x86_64", "console_type": "telnet", "kvm": "require" }, "images": [ + { + "filename": "frr7.0-vm0.3.qcow2", + "version": "FRR7.0 - VM0.3", + "md5sum": "5fa8ce0ee74215f4c4a8c61778ee0b10", + "filesize": 2044657664, + "download_url": "https://sourceforge.net/projects/frr/files/", + "direct_download_url": "https://sourceforge.net/projects/frr/files/FRR7.0-VM0.3.qcow2.bz2/download", + "compression": "bzip2" + }, { "filename": "frr6.0-vm0.2.qcow2", "version": "FRR6.0 - VM0.2", @@ -40,6 +50,12 @@ } ], "versions": [ + { + "name": "FRR7.0 - VM0.3", + "images": { + "hda_disk_image": "frr7.0-vm0.3.qcow2" + } + }, { "name": "FRR6.0 - VM0.2", "images": {