Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Apr 2, 2024
1 parent f884b17 commit d8d90c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rtp_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def down_command(self, clim, cmd, out_cmd, rtpp, result):
#print(f'down_command: {cmd.ul_opts.destination_ip=}, {cmd.ul_opts.local_ip=}, {rtpp.wan_address=}')
req_dip = cmd.ul_opts.destination_ip
req_lip = cmd.ul_opts.local_ip
req_lip_out = cmd_out.ul_opts.local_ip_out
req_lip_out = out_cmd.ul_opts.local_ip_out
result_parts = result.strip().split()
if result_parts[0] != '0' and req_dip != None and not is_dst_local(req_dip) and \
req_lip != rtpp.lan_address:
Expand Down

0 comments on commit d8d90c8

Please sign in to comment.