|
@@ -39,6 +39,7 @@ BLACKLIST_MODELS = [
|
|
'cpe510-v1.0',
|
|
'cpe510-v1.0',
|
|
'cpe510-v1.1',
|
|
'cpe510-v1.1',
|
|
'cpe520-v1.1',
|
|
'cpe520-v1.1',
|
|
|
|
+ 'wbs510-v1.20',
|
|
'bullet-m5',
|
|
'bullet-m5',
|
|
'nanostation-m5',
|
|
'nanostation-m5',
|
|
'nanostation-m5-xw',
|
|
'nanostation-m5-xw',
|
|
@@ -46,7 +47,11 @@ BLACKLIST_MODELS = [
|
|
'nanostation-loco-m5-xw',
|
|
'nanostation-loco-m5-xw',
|
|
'rocket-m5',
|
|
'rocket-m5',
|
|
'rocket-m5-ti',
|
|
'rocket-m5-ti',
|
|
- 'rocket-m5-xw'
|
|
|
|
|
|
+ 'rocket-m5-xw',
|
|
|
|
+ 'unifi-ac-mesh',
|
|
|
|
+ 'unifi-ac-mesh-pro',
|
|
|
|
+ 'unifiap-outdoor',
|
|
|
|
+ 'unifiap-outdoor+'
|
|
]
|
|
]
|
|
|
|
|
|
def longestPrefixKeyMatch(string, dictionary):
|
|
def longestPrefixKeyMatch(string, dictionary):
|