On Thu, Jan 24, 2002 at 01:08:14AM -0800, Alfred Perlstein wrote:
> * Harti Brandt <[EMAIL PROTECTED]> [020124 00:54] wrote:
> > On Wed, 23 Jan 2002, Terry Lambert wrote:
> >
> > TL>Ruslan Ermilov wrote:
> > TL>> [Redirected to -net with -hackers Bcc:ed]
> > TL>> > is there any way to get at the
On Thu, 24 Jan 2002, Terry Lambert wrote:
TL>Harti Brandt wrote:
TL>> TL>> > is there any way to get at the if_multiaddrs list from user space (except
TL>> TL>> > for digging through the kernel with kvm).
TL>> TL>>
TL>> TL>> I'm affraid not.
TL>> TL>
TL>> TL>Actually, the easiest way is to rememb
Harti Brandt wrote:
> TL>> > is there any way to get at the if_multiaddrs list from user space (except
> TL>> > for digging through the kernel with kvm).
> TL>>
> TL>> I'm affraid not.
> TL>
> TL>Actually, the easiest way is to remember the things when you
> TL>set them in the first place.
>
> Th
* Harti Brandt <[EMAIL PROTECTED]> [020124 00:54] wrote:
> On Wed, 23 Jan 2002, Terry Lambert wrote:
>
> TL>Ruslan Ermilov wrote:
> TL>> [Redirected to -net with -hackers Bcc:ed]
> TL>> > is there any way to get at the if_multiaddrs list from user space (except
> TL>> > for digging through the ke
On Wed, 23 Jan 2002, Terry Lambert wrote:
TL>Ruslan Ermilov wrote:
TL>> [Redirected to -net with -hackers Bcc:ed]
TL>> > is there any way to get at the if_multiaddrs list from user space (except
TL>> > for digging through the kernel with kvm).
TL>>
TL>> I'm affraid not.
TL>
TL>Actually, the easie
Ruslan Ermilov wrote:
> [Redirected to -net with -hackers Bcc:ed]
> > is there any way to get at the if_multiaddrs list from user space (except
> > for digging through the kernel with kvm).
>
> I'm affraid not.
Actually, the easiest way is to remember the things when you
set them in the first pla
>> is there any way to get at the if_multiaddrs list from user space (except
>> for digging through the kernel with kvm).
>>
> I'm affraid not.
There should be.
> I think the right way would be to add this to net/rtsock.c:sysctl_iflist()
> to be accessible through the NET_RT_IFLIST sysctl. BT