From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Joerg Troeger" To: ecos-discuss Subject: [ECOS] BOOTP - default route Date: Mon, 11 Sep 2000 06:41:00 -0000 Message-id: <01e301c01bfd$a13ab930$24313fc3@jtpc> X-SW-Source: 2000-09/msg00133.html The default route is not set correctly in bootp_support.c Solution: initialize addrp->sin_len before line #466 (copy from line #427). It was overwritten in line #453. Jörg