summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-02 10:51:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-02 10:51:48 -0600
commitb98e458fea73dd81b1f28640e0434fdcebbe7e23 (patch)
tree6202664769d8cec058a1d7826e8ddd4fa05e83ec /nuttx/ChangeLog
parent632277bf3823219dc74fd11cc666b803bfc28f66 (diff)
downloadnuttx-b98e458fea73dd81b1f28640e0434fdcebbe7e23.tar.gz
nuttx-b98e458fea73dd81b1f28640e0434fdcebbe7e23.tar.bz2
nuttx-b98e458fea73dd81b1f28640e0434fdcebbe7e23.zip
Add a user interface to manage the 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 27c0dfab8..2abc29b0d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5695,4 +5695,7 @@
the routing table (2013-10-2).
* configs/spark: Add configuratino for the Spark Core. The
initial check-in is basically the Maple Mini board (2013-10-2).
+ * include/net/route.h and libc/net/lib_addroute.c and delroute.c:
+ Add an application interface to manage the routing table
+ (2013-10-2).