Skip to content
Snippets Groups Projects
Commit 7d31f3ad authored by Erik Reid's avatar Erik Reid
Browse files

fixed public/private visibility in slough

parent 876651cc
No related branches found
No related tags found
No related merge requests found
......@@ -419,7 +419,7 @@ WHERE
if row['router_name'].startswith('sw'):
return False
if row['pop_city'].lower() == 'slough' \
and row['equipment_model'].upper().startswith('MX'):
and not row['equipment_model'].upper().startswith('MX'):
return False
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment