We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63174b commit a504cfeCopy full SHA for a504cfe
1 file changed
netutils/lib_mapper.py
@@ -170,6 +170,7 @@
170
"community.network.routeros": "mikrotik_routeros",
171
"community.network.netvisor": "pluribus",
172
"community.network.icx": "ruckus_icx",
173
+ "community.network.sros": "nokia_sros",
174
"vyos.vyos.vyos": "vyos",
175
}
176
@@ -240,6 +241,7 @@
240
241
"lenovo_cnos": "community.network.cnos",
242
"lenovo_enos": "community.network.enos",
243
"mikrotik_routeros": "community.network.routeros",
244
+ "nokia_sros": "community.network.sros",
245
"pluribus": "community.network.netvisor",
246
"ruckus_icx": "community.network.icx",
247
"vyos": "vyos.vyos.vyos",
0 commit comments