summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.