Skip to content

Commit

Permalink
Fix #548 - Fix scope filter after breaking in #530 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha authored Sep 4, 2021
1 parent 8395e85 commit 552a95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irrd/scopefilter/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def validate_all_rpsl_objects(self, database_handler: DatabaseHandler) -> \
Objects where their current status in the DB matches the new
validation result, are not included in the return value.
"""
columns = ['rpsl_pk', 'ip_first', 'prefix_length', 'asn_first', 'source', 'object_class',
columns = ['pk', 'rpsl_pk', 'ip_first', 'prefix_length', 'asn_first', 'source', 'object_class',
'scopefilter_status', 'rpki_status']

objs_changed: Dict[ScopeFilterStatus, List[Dict[str, str]]] = defaultdict(list)
Expand Down

0 comments on commit 552a95a

Please sign in to comment.