<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>loopback driver in 4.6.99</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Dear all,<BR>
<BR>
just an easy question for the experts:<BR>
<BR>
Do I have to explicitly attach the loopback interface?<BR>
<BR>
That's my actual config:<BR>
<BR>
static struct rtems_bsdnet_ifconfig netdriver_config =<BR>
   {<BR>
   RTEMS_BSP_NETWORK_DRIVER_NAME,      /* name                          */<BR>
   RTEMS_BSP_NETWORK_DRIVER_ATTACH,    /* attach function               */<BR>
   NULL,                               /* link to next interface        */<BR>
#if BOOTP<BR>
   NULL,                               /* IP address                    */<BR>
   NULL,                               /* IP net mask                   */<BR>
#else<BR>
   CcsIpAddress,                       /* IP address                    */<BR>
   CcsNetMask,                         /* IP net mask                   */<BR>
#endif  <BR>
   ethernet_address,                   /* Supplied hardware address     */<BR>
                                       /* ifdef HAS_UBOOT taken from there */<BR>
   0                                   /* Use default driver parameters */<BR>
   };<BR>
<BR>
struct rtems_bsdnet_config rtems_bsdnet_config =<BR>
   {<BR>
   &netdriver_config,<BR>
#if BOOTP<BR>
   rtems_bsdnet_do_dhcp,               /* rtems_bsdnet_do_dhcp or NULL */<BR>
#else<BR>
   NULL,                               /* rtems_bsdnet_do_dhcp or NULL */<BR>
#endif<BR>
   90,                                 /* Default network task priority */<BR>
   256*1024,                           /* Default mbuf capacity         */<BR>
   512*1024,                           /* Default mbuf cluster capacity */<BR>
   "ap4",                              /* Host name                     */<BR>
   "autopilot.eu",                     /* Domain name                   */<BR>
   NULL,                                                     /* Gateway                       */<BR>
   "",                                 /* Log host                      */<BR>
   {"" },                              /* Name server(s)                */<BR>
   {""},                               /* NTP server(s)                 */<BR>
   };<BR>
<BR>
Thx.<BR>
<BR>
Wolfram Wadepohl, E&K Automation GmbH<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>