Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2001 21:57:16 +0100 (CET)
From:      <Ronald.vanderPol@surfnet.nl>
To:        Hajimu UMEMOTO <ume@mahoroba.org>
Cc:        <freebsd-stable@freebsd.org>, <snap-users@kame.net>
Subject:   Re: 4.2-stable: autoconfigure not working anymore?
Message-ID:  <Pine.BSF.4.32.0102182150100.432-100000@spock.ncc-1701.surfnet.nl>
In-Reply-To: <Pine.BSF.4.32.0102182121550.432-100000@spock.ncc-1701.surfnet.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 18 Feb 2001 Ronald.vanderPol@surfnet.nl wrote:

> The first one sets ipv6_network_interfaces to:
> faith0
> The latter sets it to:
> faith0 gif0 gif1 gif2 gif3 lo0 ppp0 sl0 wi0

Well, I think it is actually: "faith0 gif0 gif1 gif2 gif3 lo0 ppp0"

> I think this effects:
> ---------------------------------------------------------------------------
>         if [ ${rtsol_available} = yes -a -n "${rtsol_interfaces}" ]; then
>                 # Act as endhost - automatically configured.
>                 # You can configure only single interface, as
>                 # specification assumes that autoconfigured host has
>                 # single interface only.
>                 sysctl -w net.inet6.ip6.accept_rtadv=1
>                 set ${rtsol_interfaces}
>                 ifconfig $1 up
>                 rtsol $1
>                 echo $1
>         fi
> ---------------------------------------------------------------------------

Because it sets rtsol_interfaces to "ppp0" instead of "".

(wi0 is configured later by pccard.conf. I don't know when sl0 gets into
existence)

But what happens if you don't configure ppp into your kernel?

	rvdp



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.32.0102182150100.432-100000>