From 4f56aeb04ebce4de5a6ddb15e83dae8d757a0574 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 23 Nov 2014 08:38:43 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9e43af2bab6..4afaa9a1ad3 100755 --- a/ChangeLog +++ b/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.