diff --git a/docs/platforms.md b/docs/platforms.md index 73afa0b..77508df 100644 --- a/docs/platforms.md +++ b/docs/platforms.md @@ -19,10 +19,10 @@ The following list of platforms are supported by FakeNOS. All the platforms list - [avaya_ers](platforms/avaya_ers.md) ✅ - [avaya_vsp](platforms/avaya_vsp.md) ✅ - [broadcom_icos](platforms/broadcom_icos.md) ✅ -- [brocade_fastiron](platforms/brocade_fastiron.md) ❌ [Login issues?]() +- [brocade_fastiron](platforms/brocade_fastiron.md) ✅ - [brocade_netiron](platforms/brocade_netiron.md) ✅ - [checkpoint_gaia](platforms/checkpoint_gaia.md) ✅ -- [ciena_saos](platforms/ciena_saos.md) ❌ - [related issue in Netmiko](https://github.com/ktbyers/netmiko/issues/3268) +- [ciena_saos](platforms/ciena_saos.md) ✅ - [cisco_asa](platforms/cisco_asa.md) ✅ - [cisco_ftd](platforms/cisco_ftd.md) ✅ - [cisco_ios](platforms/cisco_ios.md) ✅ @@ -30,23 +30,23 @@ The following list of platforms are supported by FakeNOS. All the platforms list - [cisco_s300](platforms/cisco_s300.md) ✅ - [cisco_xr](platforms/cisco_xr.md) ✅ - [dell_force10](platforms/dell_force10.md) ✅ -- [dell_powerconnect](platforms/dell_powerconnect.md) ❌ [Login issues?]() +- [dell_powerconnect](platforms/dell_powerconnect.md) ✅ - [dlink_ds](platforms/dlink_ds.md) ✅ - [eltex](platforms/eltex.md) ✅ - [ericsson_ipos](platforms/ericsson_ipos.md) ✅ - [extreme_exos](platforms/extreme_exos.md) ✅ -- [fortinet](platforms/fortinet.md) ❌ [Login issues?]() +- [fortinet](platforms/fortinet.md) ✅ - [hp_comware](platforms/hp_comware.md) ✅ - [hp_procurve](platforms/hp_procurve.md) ✅ - [huawei_smartax](platforms/huawei_smartax.md) ✅ - [huawei_vrp](platforms/huawei_vrp.md) ✅ - [ipinfusion_ocnos](platforms/ipinfusion_ocnos.md) ✅ - [juniper_junos](platforms/juniper_junos.md) ✅ -- [juniper_screenos](platforms/juniper_screenos.md) ❌ [Login issues?]() +- [juniper_screenos](platforms/juniper_screenos.md) ✅ - [linux](platforms/linux.md) ✅ -- [mikrotik_routeros](platforms/mikrotik_routeros.md) ❌ [Login issues?]() -- [paloalto_panos](platforms/paloalto_panos.md) ❌ [Login issues?]() -- [ruckus_fastiron](platforms/ruckus_fastiron.md) ❌ [Login issues?]() +- [mikrotik_routeros](platforms/mikrotik_routeros.md) ✅ +- [paloalto_panos](platforms/paloalto_panos.md) ✅ +- [ruckus_fastiron](platforms/ruckus_fastiron.md) ✅ - [ubiquiti_edgerouter](platforms/ubiquiti_edgerouter.md) ✅ - [ubiquiti_edgeswitch](platforms/ubiquiti_edgeswitch.md) ✅ - [vyatta_vyos](platforms/vyatta_vyos.md) ✅ diff --git a/fakenos/core/nos.py b/fakenos/core/nos.py index d82c226..d12b85c 100644 --- a/fakenos/core/nos.py +++ b/fakenos/core/nos.py @@ -21,8 +21,10 @@ "avaya_ers", "avaya_vsp", "broadcom_icos", + "brocade_fastiron", "brocade_netiron", "checkpoint_gaia", + "ciena_saos", "cisco_asa", "cisco_ftd", "cisco_ios", @@ -30,17 +32,23 @@ "cisco_s300", "cisco_xr", "dell_force10", + "dell_powerconnect", "dlink_ds", "eltex", "ericsson_ipos", "extreme_exos", + "fortinet", "hp_comware", "hp_procurve", "huawei_smartax", "huawei_vrp", "ipinfusion_ocnos", "juniper_junos", + "juniper_screenos", "linux", + "mikrotik_routeros", + "paloalto_panos", + "ruckus_fastiron", "ubiquiti_edgerouter", "ubiquiti_edgeswitch", "vyatta_vyos", diff --git a/pyproject.toml b/pyproject.toml index b52c7a9..c9bf78a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fakenos" -version = "0.2.0" +version = "0.2.1" description = "Fake Network Operating System" authors = ["Denis Mulyalin "] maintainers = ["Denis Mulyalin "]