Fix DHCPD uni-cast problem: Need to update ARP table first

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1634 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-03-21 16:48:17 +00:00
parent 249eefc1d9
commit 3e821540a5
3 changed files with 41 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* net/uip/dhcpc.n
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* This logic was leveraged from uIP which also has a BSD-style license:
+1 -1
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* net/uipt/dhcpd.h
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* This logic was leveraged from uIP which also has a BSD-style license: