Date: Wed, 16 Jun 1999 17:06:16 -0400 (EDT) From: Thomas David Rivers <rivers@dignus.com> To: freebsd-hackers@FreeBSD.ORG, rivers@dignus.com Subject: Re: 3.2 SL/IP Install - can't get ifconfig to work... Message-ID: <199906162106.RAA07359@lakes.dignus.com> In-Reply-To: <199906162005.QAA06745@lakes.dignus.com>
next in thread | previous in thread | raw e-mail | index | archive | help
To add more to this - tracing through in.c in the kernel, I see that when you configure an interface it eventually works its way down to rtrequest - to add a route for the new interface. I believe rtrequest() is the one returning EEXIST which is what causes ifconfig on sl0 to always complain "File exists". Now - why would rtrequest() believe there's a route already there? I made sure there was nothing in the GATEWAY and NAMESERVER field, just in case sysinstall was issuing the route somehow. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906162106.RAA07359>