Skip to content

Commit

Permalink
Replace TODO with issue #69
Browse files Browse the repository at this point in the history
  • Loading branch information
brunorijsman committed Jul 1, 2020
1 parent f37220a commit 5456784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rift/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def action_start_flooding(self):
local_port=rx_flood_port,
ipv4=True,
multicast_address=None,
remote_address="0.0.0.0", # TODO: Permissive... use neighbor address?
remote_address="0.0.0.0",
receive_function=self.receive_flood_message,
log=self._rx_log,
log_id=self._log_id)
Expand Down

0 comments on commit 5456784

Please sign in to comment.