mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 05:17:55 +00:00
Merge pull request #872 from clavistermand/master
Update clavister-netsheild.gns3a
This commit is contained in:
commit
818840d2d1
@ -5,7 +5,7 @@
|
|||||||
"description": "Clavister NetShield (cOS Stream) Virtual Appliance offers the same functionality as the Clavister NetShield physical NGappliances FWs in a virtual environment.",
|
"description": "Clavister NetShield (cOS Stream) Virtual Appliance offers the same functionality as the Clavister NetShield physical NGappliances FWs in a virtual environment.",
|
||||||
"vendor_name": "Clavister",
|
"vendor_name": "Clavister",
|
||||||
"vendor_url": "https://www.clavister.com/",
|
"vendor_url": "https://www.clavister.com/",
|
||||||
"documentation_url": "https://kb.clavister.com",
|
"documentation_url": "https://docs.clavister.com",
|
||||||
"product_name": "NetShield",
|
"product_name": "NetShield",
|
||||||
"product_url": "https://www.clavister.com/products/netshield/",
|
"product_url": "https://www.clavister.com/products/netshield/",
|
||||||
"registry_version": 4,
|
"registry_version": 4,
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"availability": "free-to-try",
|
"availability": "free-to-try",
|
||||||
"maintainer": "Mattias Nordlund",
|
"maintainer": "Mattias Nordlund",
|
||||||
"maintainer_email": "mattias.nordlund@clavister.com",
|
"maintainer_email": "mattias.nordlund@clavister.com",
|
||||||
"usage": "No configuration by default, oen console to set IPs and activate configuration.",
|
"usage": "No configuration by default, use console to set IPs and activate configuration.",
|
||||||
"port_name_format": "if{0}",
|
"port_name_format": "if{0}",
|
||||||
"qemu": {
|
"qemu": {
|
||||||
"adapter_type": "virtio-net-pci",
|
"adapter_type": "virtio-net-pci",
|
||||||
@ -27,6 +27,13 @@
|
|||||||
"options": "-cpu Nehalem"
|
"options": "-cpu Nehalem"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "clavister-cos-stream-4.00.00.34-virtual-x64-generic.qcow2",
|
||||||
|
"version": "cOS Stream 4.00.00",
|
||||||
|
"md5sum": "02b480621d9bf1a9a4e116cd47bef006",
|
||||||
|
"filesize": 132841472,
|
||||||
|
"download_url": "https://my.clavister.com/download/86399b21-44c7-ee11-a434-005056bdfeb0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "clavister-cos-stream-3.80.09.01-virtual-x64-generic.qcow2",
|
"filename": "clavister-cos-stream-3.80.09.01-virtual-x64-generic.qcow2",
|
||||||
"version": "cOS Stream 3.80.09",
|
"version": "cOS Stream 3.80.09",
|
||||||
@ -36,6 +43,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "cOS Stream 4.00.00",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "clavister-cos-stream-4.00.00.34-virtual-x64-generic.qcow2"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "cOS Stream 3.80.09",
|
"name": "cOS Stream 3.80.09",
|
||||||
"images": {
|
"images": {
|
||||||
|
Loading…
Reference in New Issue
Block a user