In netif_add() fixed clearing of ip_addr, netmask, gw and flags.

This commit is contained in:
christiaans
2006-11-28 13:12:15 +00:00
parent a3d912a801
commit 5a6b26d69e
2 changed files with 9 additions and 1 deletions

View File

@@ -63,6 +63,9 @@ HISTORY
++ Bug fixes:
2006-11-28 Christiaan Simons
* netif.c: In netif_add() fixed missing clear of ip_addr, netmask, gw and flags.
2006-10-11 Christiaan Simons
* api_lib.c etharp.c, ip.c, memp.c, stats.c, sys.{c,h} tcp.h:
Partially accepted patch #5449 for ANSI C compatibility / build fixes.