summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 6b6dee76f..4736b88b3 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated August 2, 2013)
+NuttX TODO List (Last updated September 27, 2013)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -749,6 +749,11 @@ o Network (net/, drivers/net)
connection (lipaddr) and verifying that it is in the subnet
served by the driver.
+ Another issue: When sending packets to another subnet, the
+ current logic falls back and uses ETH0 if it cannot find the
+ device for the subnet. That lookup would need to be smarter...
+ perhaps it needs a routing table.
+
Status: Open. Nothing will probably be done until I have a platform
with two network interfaces that I need to support.
Priority: Medium, The feature is not important, but it is important