Closed chassell closed 3 years ago
@chassell THANK YOU! This is exactly what I needed to get this working for my use case on UDM-Base.
I had to use rx.setsockopt(socket.SOL_SOCKET, socket.SO_BINDTODEVICE, ifname.encode('utf-8'))
for this to work on my UDM-Pro, but it does work and I can relay arbitrary UDP broadcasts now.
Fixed in PR#47 - thanks for the patch contribution!
Glad to help. I'll go see if I can pull in the new version for my firewall.
On Mon, Feb 8, 2021 at 2:18 AM Al Smith notifications@github.com wrote:
Fixed in PR#47 - thanks for the patch contribution!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alsmith/multicast-relay/issues/41#issuecomment-774997933, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG4RPLSHKHBP52FL7AKORL3S56T5BANCNFSM4VH2DZKA .
-- The people who achieve are those who want knowledge so badly, they seek it while conditions are still unfavorable -- C.S. Lewis
I found the broadcast IP was used but that never received any packets on a 4.19 kernel. T