Fixes #3967: Resolve migration of "other" interface type

This commit is contained in:
Jeremy Stretch
2020-01-21 09:32:51 -05:00
parent 606f3dacbb
commit 9d3215e806
3 changed files with 22 additions and 0 deletions

View File

@@ -802,6 +802,7 @@ class InterfaceTypeChoices(ChoiceSet):
TYPE_SUMMITSTACK128: 5310,
TYPE_SUMMITSTACK256: 5320,
TYPE_SUMMITSTACK512: 5330,
TYPE_OTHER: 32767,
}