summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-01 18:55:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-01 18:55:20 -0600
commitb4e9e42b45494e19fd131ea02e2c01745de855a5 (patch)
tree5f910c9c9d04e9e935540dd3a28c9bef45ec813f /nuttx/ChangeLog
parentc862629efea1eda999029d6a70ad588f20ffeb9f (diff)
downloadnuttx-b4e9e42b45494e19fd131ea02e2c01745de855a5.tar.gz
nuttx-b4e9e42b45494e19fd131ea02e2c01745de855a5.tar.bz2
nuttx-b4e9e42b45494e19fd131ea02e2c01745de855a5.zip
Partial implementation of a simple network routing table.
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ca448cd4a..d130c9cf0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5688,4 +5688,7 @@
now functional. From Max Holtzberg (2013-9-30).
* tools/define.sh: 'cut' long because as it once did. Script
adapted to observed behavior (2013-9-30).
+ * include/nuttx/net/route.h and net/net_*route.c: Partial
+ implementation of a routing table. Not yet hooked into the
+ build system (2013-10-1)