From a33216602ee5fb3ca7c185635bd3a8bcce1bf568 Mon Sep 17 00:00:00 2001
From: Julien Duponchelle <julien@duponchelle.info>
Date: Tue, 28 Jun 2016 17:56:16 +0200
Subject: [PATCH] Add Actatel 7750 TiMOS-SR-12.0.R18

Thanks to Pierre Emeriaud

Signed-off-by: Julien Duponchelle <julien@duponchelle.info>
---
 appliances/alcatel-7750.gns3a | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/appliances/alcatel-7750.gns3a b/appliances/alcatel-7750.gns3a
index dadf00e..ca357fe 100644
--- a/appliances/alcatel-7750.gns3a
+++ b/appliances/alcatel-7750.gns3a
@@ -12,9 +12,11 @@
     "maintainer": "GNS3 Team",
     "maintainer_email": "developers@gns3.net",
     "usage": "Login is admin and password is admin",
+    "first_port_name": "A/1",
+    "port_name_format": "1/1/{port1}",
     "qemu": {
         "adapter_type": "e1000",
-        "adapters": 8,
+        "adapters": 5,
         "ram": 2048,
         "arch": "x86_64",
         "console_type": "telnet",
@@ -29,6 +31,14 @@
             "filesize": 221511680,
             "download_url": "https://www.alcatel-lucent.com/support",
             "compression": "zip"
+        },
+        {
+            "filename": "TiMOS-SR-12.0.R18.qcow2",
+            "version": "12.0.R18",
+            "md5sum": "d0bba5feaaf09fd02185f25898a6afc7",
+            "filesize": 223870976,
+            "download_url": "https://www.alcatel-lucent.com/support",
+            "compression": "zip"
         }
     ],
     "versions": [
@@ -37,6 +47,12 @@
             "images": {
                 "hda_disk_image": "TiMOS-SR-12.0.R6-vm.qcow2"
             }
+        },
+        {
+            "name": "12.0.R18",
+            "images": {
+                "hda_disk_image": "TiMOS-SR-12.0.R18.qcow2"
+            }
         }
     ]
 }