From 1003a7d74b4acb3cb28d6cacc0116880711f6ab0 Mon Sep 17 00:00:00 2001 From: itdependsnetworks Date: Thu, 7 Sep 2023 20:47:04 -0400 Subject: [PATCH] update mapper --- docs/user/lib_mapper/netutilsparser.md | 3 ++- docs/user/lib_mapper/netutilsparser_reverse.md | 3 ++- netutils/lib_mapper.py | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/user/lib_mapper/netutilsparser.md b/docs/user/lib_mapper/netutilsparser.md index 76a04101..52f4d9db 100644 --- a/docs/user/lib_mapper/netutilsparser.md +++ b/docs/user/lib_mapper/netutilsparser.md @@ -18,4 +18,5 @@ | netscaler | → | netscaler | | nokia_sros | → | nokia_sros | | paloalto_panos | → | paloalto_panos | -| ruckus_fastiron | → | ruckus_fastiron | \ No newline at end of file +| ruckus_fastiron | → | ruckus_fastiron | +| ubiquiti_airos | → | ubiquiti_airos | \ No newline at end of file diff --git a/docs/user/lib_mapper/netutilsparser_reverse.md b/docs/user/lib_mapper/netutilsparser_reverse.md index c1916d78..c6b2f36c 100644 --- a/docs/user/lib_mapper/netutilsparser_reverse.md +++ b/docs/user/lib_mapper/netutilsparser_reverse.md @@ -18,4 +18,5 @@ | netscaler | → | netscaler | | nokia_sros | → | nokia_sros | | paloalto_panos | → | paloalto_panos | -| ruckus_fastiron | → | ruckus_fastiron | \ No newline at end of file +| ruckus_fastiron | → | ruckus_fastiron | +| ubiquiti_airos | → | ubiquiti_airos | \ No newline at end of file diff --git a/netutils/lib_mapper.py b/netutils/lib_mapper.py index 121bb88e..c51e75dc 100644 --- a/netutils/lib_mapper.py +++ b/netutils/lib_mapper.py @@ -233,6 +233,7 @@ "nokia_sros": "nokia_sros", "paloalto_panos": "paloalto_panos", "ruckus_fastiron": "ruckus_fastiron", + "ubiquiti_airos": "ubiquiti_airos", } NAPALM_LIB_MAPPER_REVERSE = { @@ -342,6 +343,7 @@ "nokia_sros": "nokia_sros", "paloalto_panos": "paloalto_panos", "ruckus_fastiron": "ruckus_fastiron", + "ubiquiti_airos": "ubiquiti_airos", } # Deep copy the reverse, where there is no actual translation happening.