Forum Discussion
Altera_Forum
Honored Contributor
18 years agoSeems you lack free memory: From file ip.c
you see... --- Quote Start --- #ifdef IP_ROUTING /* alloc space for the route table */ rt_mib = (struct RtMib*)RT_ALLOC(ipRoutes * sizeof(struct RtMib)); if (!rt_mib) { # ifdef NPDEBUG dprintf("IP_INIT ERROR: can't alloc route table\n"); # endif /* NPDEBUG */ return(ENP_NOMEM); --- Quote End ---