aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 18:54:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-04 18:54:04 +0000
commitf6de06f9f9959027ee598c0177f676aa4f2ca627 (patch)
tree7a3a8ae8e2b29e3832a17a7def5b0531383172bb /apps/ChangeLog.txt
parentbaeabacae3435daefab7ae41ab4e69cf96c613ca (diff)
downloadpx4-firmware-f6de06f9f9959027ee598c0177f676aa4f2ca627.tar.gz
px4-firmware-f6de06f9f9959027ee598c0177f676aa4f2ca627.tar.bz2
px4-firmware-f6de06f9f9959027ee598c0177f676aa4f2ca627.zip
Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gong
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5308 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 0c4e94fd9..cd1b4eb53 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -400,3 +400,9 @@
* apps/netutils/webclient, apps/netutils.codes, and apps/examples/wgetjson:
Add support for wget POST interface. Contributed by Darcy Gong.
* apps/examples/relays: A relay example contributed by Darcy Gong.
+ * apps/nshlib/nsh_netcmds: Add ifup and ifdown commands (from Darcy
+ Gong).
+ * apps/nshlib/nsh_netcmds: Extend the ifconfig command so that it
+ supports setting IP addresses, network masks, name server addresses,
+ and hardware address (from Darcy Gong).
+