Adds support for using Dell OS 10 switches with NGS

Support for Dell OS 10 was added in Networking Generic Switch in the
2023.1 release[1].

[1] https://review.opendev.org/c/openstack/networking-generic-switch/+/860067

Change-Id: Id3cd5e081dd5c40897ddaada65cfb184d56345b6
This commit is contained in:
Will Szumski 2023-10-31 13:55:11 +00:00
parent bd9043dca0
commit 47fb2ae32a
2 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,7 @@
switch_type_to_device_type:
arista: netmiko_arista_eos
dellos9: netmiko_dell_force10
dellos10: netmiko_dell_os10
dell-powerconnect: netmiko_dell_powerconnect
junos: netmiko_juniper
openvswitch: netmiko_ovs_linux

View File

@ -0,0 +1,4 @@
---
features:
- |
Adds support for using DellOS 10 switches with Networking Generic Switch.