From 8ecd51abba5329eb65cb6ec65b05b0906f1cd9ff Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Jul 2011 19:22:04 +0000 Subject: 2011-07-14 Gene Smith PR 1381/networking * netinet/ip_output.c: If a null or unreachable gateway is specified either statically in networkconfig.h or from dhcp/bootp, sendto() fails on multicast send with errno "118 Host is unreachable". The failure occurs in networking file ip_output.c since it currently requires all multicasts to have a valid route to the outside world. --- cpukit/ChangeLog | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 61f8aa8429..c2a6f942ac 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,9 +1,11 @@ -2011-07-14 Gene Smith +2011-07-14 Gene Smith PR 1381/networking - * libnetworking/netinet/ip_output.c: If a null or unreachable gateway - is specified either statically in networkconfig.h or from dhcp/bootp, - sendto() fails on multicast send with errno 118 Host + * netinet/ip_output.c: If a null or unreachable gateway is + specified either statically in networkconfig.h or from dhcp/bootp, + sendto() fails on multicast send with errno "118 Host is unreachable". + The failure occurs in networking file ip_output.c since it currently + requires all multicasts to have a valid route to the outside world. 2011-07-13 Till Straumann -- cgit v1.2.3