Re: interface multicast address list

2002-01-24 Thread Ruslan Ermilov
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

Re: interface multicast address list

2002-01-24 Thread Harti Brandt
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

Re: interface multicast address list

2002-01-24 Thread Terry Lambert
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

Re: interface multicast address list

2002-01-24 Thread Alfred Perlstein
* 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

Re: interface multicast address list

2002-01-24 Thread Harti Brandt
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

Re: interface multicast address list

2002-01-23 Thread Terry Lambert
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

Re: interface multicast address list

2002-01-23 Thread Garrett Wollman
>> 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