>>> Thu, 14 Jun 2001 14:41:46 +0900,
>>> JINMEI Tatuya <[EMAIL PROTECTED]> said:
jinmei> So, for diagnosing the problem, please do not use the configuration
jinmei> script (i.e. /etc/defaults/rc.conf, etc) for now. Just boot the
jinmei> machine without the script, login to the machine as root, t
> On Wed, 13 Jun 2001 06:57:00 -0400,
> [EMAIL PROTECTED] said:
> 1) My system version( output of uname -a)
> FReeBSD 4.2-RELEASE FreeBSD 4.2-RELEASE #19: Sat Jun 2 23:43:40 IST 2001
> root@:/usr/src/sys/compile/PFXKERNEL i386.
Unfortunately, FreeBSD 4.2 (and even 4.3) is quite buggy
Hi,
Iam furnishin all the information requested by u.
1) My system version( output of uname -a)
FReeBSD 4.2-RELEASE FreeBSD 4.2-RELEASE #19: Sat Jun 2 23:43:40 IST 2001
root@:/usr/src/sys/compile/PFXKERNEL i386.
2) Iam not presenly using the prefix command. Iam entering the prefixes in the
conf
> On Mon, 11 Jun 2001 00:49:01 -0400,
> [EMAIL PROTECTED] said:
> What i did to print the prefixes on a perticular ifnet structure are as follows.
> I entered the prefixes a) fec0:11:0:0 in the configuration file for the interface
>wb0.
> I wrote a printf in the ip6_input function. the
Hi,
What i did to print the prefixes on a perticular ifnet structure are as follows.
I entered the prefixes a) fec0:11:0:0 in the configuration file for the interface wb0.
I wrote a printf in the ip6_input function. the printf is as follows
printf(" %x \t", ifp->if_prefixhead.tqe_next->prefix.s6_
> On Wed, 06 Jun 2001 08:43:51 -0400,
> [EMAIL PROTECTED] said:
> As per your advice i left the prefix command & gave prefixes in the configuration
>file /etc/defaults/rc.conf itself. Still my print is the one that that i have
>mentioned.
Please show us the exact version of your syste
Hi,
As per your advice i left the prefix command & gave prefixes in the configuration file
/etc/defaults/rc.conf itself. Still my print is the one that that i have mentioned.
Kindly reply.
regards
ravi prasad
JINMEI Tatuya /
<[EMAIL PROTECTED]> wrote:
>
> > On Sat, 02 Jun 2001 09:27:30 -04
> On Sat, 02 Jun 2001 09:27:30 -0400,
> [EMAIL PROTECTED] said:
> I configured some prefixes through the "prefix" command. I then tried to display
>them as itis by reading the "ifnet" structure's "if_prefixhead" member. The result is
>like this.
> Prefix was set as
> #prefix wb0 fec0:
Hi,
I configured some prefixes through the "prefix" command. I then tried to display them
as itis by reading the "ifnet" structure's "if_prefixhead" member. The result is like
this.
Prefix was set as
#prefix wb0 fec0:11::1
the prefix displayed later by reading the ifnet structure is as follows