diff options
Diffstat (limited to 'net/udptunnel/patches/001-multicast.patch')
-rw-r--r-- | net/udptunnel/patches/001-multicast.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/udptunnel/patches/001-multicast.patch b/net/udptunnel/patches/001-multicast.patch index d69d139fe..4cfcbadeb 100644 --- a/net/udptunnel/patches/001-multicast.patch +++ b/net/udptunnel/patches/001-multicast.patch @@ -1,9 +1,9 @@ Description: Fix issue where udptunnel was failing to receive packets sent to a multicast address. (See #254834). Author: singh_chinmay@extenprise.net ---- udptunnel-1.1.orig/udptunnel.c -+++ udptunnel-1.1/udptunnel.c -@@ -217,7 +217,7 @@ +--- a/udptunnel.c ++++ b/udptunnel.c +@@ -217,7 +217,7 @@ static void parse_args(int argc, char *a (*relays)[i].udpaddr.sin_port = htons(udpport + i); (*relays)[i].udpaddr.sin_family = AF_INET; (*relays)[i].udp_ttl = udpttl; |