From owner-freebsd-net@FreeBSD.ORG Wed Dec 27 22:37:11 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 315DD16A407 for ; Wed, 27 Dec 2006 22:37:11 +0000 (UTC) (envelope-from j.witteveen@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id C0C0E13C47E for ; Wed, 27 Dec 2006 22:37:10 +0000 (UTC) (envelope-from j.witteveen@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so4964502nfc for ; Wed, 27 Dec 2006 14:37:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AP07fjHFujIAqHMxq9D5MXIpW9+ho+RAtInEn1TWVJcV4DaGFbsu518RiUL/Gy4VLxGRAvWjRuLLQ0p7oW4IuvE9HtnAXBGWOFcg1doh87LA3ECgOdsh++XAfxpZhYirka0uU2gQDDW72DrkG8YN62wC8Izd24SOA++XdtCLfQQ= Received: by 10.49.26.18 with SMTP id d18mr17453576nfj.1167257548865; Wed, 27 Dec 2006 14:12:28 -0800 (PST) Received: by 10.48.207.6 with HTTP; Wed, 27 Dec 2006 14:12:28 -0800 (PST) Message-ID: <3993a4980612271412w51b74b3ana00ae6b084f9b9f6@mail.gmail.com> Date: Wed, 27 Dec 2006 23:12:28 +0100 From: "Jouke Witteveen" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Multicast not working as it did(?) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 22:37:11 -0000 Hello, I'm trying to make wpa_supplicant work with wired drivers in FreeBSD (see [1] too). I copied some code from mtest (last updatet 3 years ago, but still present by default) and ran into a problem. When deleting a multicast address that was added with SIOCADDMULTI FreeBSD spits up a NOENT. All I can think of is that the address never got added. This seems to be possible, since my modified wpa_supplicant driver does not receive any packets. This behaviour is tested with 3c905TX (xl) and a Davicom 902 (dc) card. Any help on this issue is welcome, I suggest a review of mtest.c for the latest versions of FreeBSD. regards, - Jouke [1] http://lists.shmoo.com/pipermail/hostap/2006-December/014776.html