ioctl: SIOCADDMULTI (howto?)

2007-02-05 Thread Jouke Witteveen
Hello all, I'm in need of some information on how to utilize SIOCADDMULTI. It is supposed to be demonstrated by the mtest [1] program, but that doesn't do anything (on an SIOCDELMULTI rn it appears nothing was added: ENOENT), At least not for the values I tested, 1.80.c2.0.0.1 in particular. I pr

Re: ioctl: SIOCADDMULTI (howto?)

2007-02-05 Thread Bruce M. Simpson
Jouke Witteveen wrote: Hello all, I'm in need of some information on how to utilize SIOCADDMULTI. It is supposed to be demonstrated by the mtest [1] program, but that doesn't do anything (on an SIOCDELMULTI rn it appears nothing was added: ENOENT), At least not for the values I tested, 1.80.c2.0

Re: ioctl: SIOCADDMULTI (howto?)

2007-02-17 Thread Jouke Witteveen
On 2/5/07, Bruce M. Simpson <[EMAIL PROTECTED]> wrote: Jouke Witteveen wrote: > Hello all, > > I'm in need of some information on how to utilize SIOCADDMULTI. It is > supposed to be demonstrated by the mtest [1] program, but that doesn't > do anything (on an SIOCDELMULTI rn it appears nothing was

Re: ioctl: SIOCADDMULTI (howto?)

2007-02-20 Thread Bruce M. Simpson
Here is a better patch for the netstat output. I haven't had time to look at the kernel yet. If this patch is good for you I'll commit it on -CURRENT. It cleans up the group membership output significantly and displays the Link-layer information separately. If anyone 'out there' has been rel

Re: ioctl: SIOCADDMULTI (howto?)

2007-02-20 Thread Bruce M. Simpson
Jouke Witteveen wrote: I hope someone can find a spare minute to look at if_findmulti. It would help me quite much. I verified with mtest that FreeBSD cannot delete an AF_LINK multicast membership, reproduced with both 7-CURRENT and 6.2-RELEASE. if_findmulti() appears to be doing a possibly i

[PATCH] Re: ioctl: SIOCADDMULTI (howto?)

2007-02-17 Thread Bruce M. Simpson
Jouke Witteveen wrote: So my apologies for suggesting it doesn't work at all; it seems that the application I'm trying to get to work (wpa_supplicant for wired interfaces) just doesn't _send_ its packets the right way. That's a big relief! I added an item to the Wiki for someone to write a regr

Re: [PATCH] Re: ioctl: SIOCADDMULTI (howto?)

2007-02-24 Thread Jouke Witteveen
On 2/17/07, Bruce M. Simpson <[EMAIL PROTECTED]> wrote: Jouke Witteveen wrote: > > So my apologies for suggesting it doesn't work at all; it seems that > the application I'm trying to get to work (wpa_supplicant for wired > interfaces) just doesn't _send_ its packets the right way. That's a big r

Re: [PATCH] Re: ioctl: SIOCADDMULTI (howto?)

2007-02-24 Thread Bruce M. Simpson
I have now added a regression test for this bug in HEAD, under src/tools/regression/ethernet/ethermulti. BMS ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECT