Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Jun 25, 2021
1 parent 7b62a90 commit ae0a510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irrd/rpki/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def validate_all_routes(self, sources: List[str]=None) -> \
validation result, are not included in the return value.
"""
columns = ['pk', 'rpsl_pk', 'ip_first', 'prefix_length', 'asn_first', 'source',
'rpki_status']
'object_class', 'object_text', 'rpki_status']
q = RPSLDatabaseQuery(column_names=columns, enable_ordering=False)
q = q.object_classes(['route', 'route6'])
if sources:
Expand Down

0 comments on commit ae0a510

Please sign in to comment.