Skip to content

Commit

Permalink
Update imcsession.py
Browse files Browse the repository at this point in the history
Added DN3 DNAC
  • Loading branch information
ecoen66 authored Dec 13, 2023
1 parent 71aa181 commit 539e938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imcsdk/imcsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def _validate_connection(self):
return False

def _validate_model(self, model):
valid_model_prefixes = ["UCSC", "UCS-E", "UCSS", "HX", "APIC-SERVER-", "DN1", "DN2"]
valid_model_prefixes = ["UCSC", "UCS-E", "UCSS", "HX", "APIC-SERVER-", "DN1", "DN2", "DN3"]
valid_models = ["R460-4640810", "C260-BASE-2646"]

if model in valid_models:
Expand Down

0 comments on commit 539e938

Please sign in to comment.