From 577ffc49c6e6ea47dffae1a191ee4016a5da4ef9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 17 Nov 2014 10:56:53 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 52c3c60ab..7b12b833e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1131,3 +1131,8 @@ * apps/examples/discover, tcpecho, webserver, xmlrpc: These examples all set the IP address of eth1 but the netmask and gateway of eth0 if DHCP is enabled. That can't be right???? (2014-11-17). + * apps/examples/bridge: Add a simple UDP relay bridge for testing + configurations with multiple networks. Initial checkin is not + very usuable because it lacks a host-side test driver for the + bridge (2014-11-17). +