public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Error when adding eth1
@ 2001-01-31  3:21 Colin Ford
  0 siblings, 0 replies; only message in thread
From: Colin Ford @ 2001-01-31  3:21 UTC (permalink / raw)
  To: eCos

Hello All,

I've been trying to create a bridge using two ethernet
ports, eth0 and eth1. Eth0 gets its IP address and 
configuration from a DHCP server where Eth1 has
it set statically using the net.cdl. Eth0 gets set correctly
but eth1 errors with:

SIOCIFADDR 2: File exists

The error originates from the file boot_support.c at line
449 from the code snipit:

       // Must do this again so that [sub]netmask (and so default route)
       // is taken notice of.
       addrp->sin_addr = bp->bp_yiaddr;  // The address BOOTP gave us
       if (ioctl(s, SIOCSIFADDR, &ifr)) {
            perror("SIOCIFADDR 2");
            return false;
       }

I can't see why this should fail? It seems to
do this twice in init_net and it works the first
time.

Can anyone help with this?

Many thanks,
Col.

-- 
===========================================
Colin Ford               PipingHot Networks
Software Engineer        +44 (0)1364 655510 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-01-31  3:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-31  3:21 [ECOS] Error when adding eth1 Colin Ford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).