Skip to content

Commit

Permalink
🔎Mikrotik IP missing #835
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk committed Oct 10, 2024
1 parent 506b8a1 commit 30b8ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/plugins/mikrotik_scan/mikrotik.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_entries(plugin_objects: Plugin_Objects) -> Plugin_Objects:
if (status == "bound"):
plugin_objects.add_object(
primaryId = mac_address,
secondaryId = '',
secondaryId = address,
watched1 = address,
watched2 = host_name,
watched3 = last_seen,
Expand Down

0 comments on commit 30b8ecb

Please sign in to comment.