Skip to content
Snippets Groups Projects
Commit 84ef84a8 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Update ChangeLog

parent b36dbe1d
No related branches found
No related tags found
No related merge requests found
......@@ -9044,3 +9044,11 @@
change for UDP above (2014-11-22).
* net/route/net_router.c: Refuse to perform routing table lookups for
the Broadcast IP address. From Brennan Ashton.
* net/netdev/netdev_findbyaddr.c and netdev: Add logic to netdev_findbyaddr()
to return the correct network device for the case where a broadcast
address is used. This change caused trivial ripples through other
files because additional parameters are required for netdev_findbyaddr()
when CONFIG_NET_MULTINIC. Those other file include net/netdev/netdev_rxnotify.c,
netdev_txnotify.c which, in turn, for changes to arp/arp_send.c,
icmp/icmp_ping.c, socket/net_sendfile.c, recvfrom.c, sendto.c,
tcp/tcp_send_buffered.c, and tcp_send_unbuffered.c (2014-11-23).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment