summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-14 19:22:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-14 19:22:19 +0000
commitf6dfd7d0958387aec89958da895ce34c89f19e40 (patch)
treee9f147f6cde7253e709f6da4ab226745c79f9116 /cpukit
parent2011-07-14 Gene Smith <gene.smith@siemens.com> (diff)
downloadrtems-f6dfd7d0958387aec89958da895ce34c89f19e40.tar.bz2
2011-07-14 Gene Smith <gene.smith@siemens.com>
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.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3e09b33ded..8f770a845a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,9 +1,11 @@
-2011-07-14 Gene Smith <gene.smith@siemens.com>
+2011-07-14 Gene Smith <gene.smith@siemens.com>
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 <strauman@slac.stanford.edu>