Re: Display of prefixes in aperticular ifnet structure.

2001-06-15 Thread Hajimu UMEMOTO
>>> 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

Re: Display of prefixes in aperticular ifnet structure.

2001-06-13 Thread JINMEI Tatuya / 神明達哉
> 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

Re: Display of prefixes in aperticular ifnet structure.

2001-06-13 Thread raviprasad20
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

Re: Display of prefixes in aperticular ifnet structure.

2001-06-10 Thread JINMEI Tatuya / 神明達哉
> 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

Re: Display of prefixes in aperticular ifnet structure.

2001-06-10 Thread raviprasad20
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_

Re: Display of prefixes in aperticular ifnet structure.

2001-06-06 Thread JINMEI Tatuya / 神明達哉
> 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

Re: Display of prefixes in aperticular ifnet structure.

2001-06-06 Thread raviprasad20
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

Re: Display of prefixes in aperticular ifnet structure.

2001-06-03 Thread JINMEI Tatuya / 神明達哉
> 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:

Display of prefixes in aperticular ifnet structure.

2001-06-02 Thread raviprasad20
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