summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-23 08:38:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-23 08:38:43 -0600
commit2d0aca092dfe254563e9cc148fb1eed82522d74c (patch)
treee8d8b160d8fdcb79d329b2ab75fac45ef3a125e8 /nuttx/ChangeLog
parentd8cd3cb0e4f087bdb93b17ac3226db6995932f6c (diff)
downloadnuttx-2d0aca092dfe254563e9cc148fb1eed82522d74c.tar.gz
nuttx-2d0aca092dfe254563e9cc148fb1eed82522d74c.tar.bz2
nuttx-2d0aca092dfe254563e9cc148fb1eed82522d74c.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9e43af2ba..4afaa9a1a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9042,3 +9042,5 @@
* net/udp/tcp_conn.c and tcp.h: Extensions to TCP connection structure
for the case of multiple networks. See the description of the similar
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.