From owner-freebsd-net@freebsd.org Sun Jun 5 10:41:26 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68788B696E7 for ; Sun, 5 Jun 2016 10:41:26 +0000 (UTC) (envelope-from melifaro@ipfw.ru) Received: from forward5h.cmail.yandex.net (forward5h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 251BA1D67 for ; Sun, 5 Jun 2016 10:41:25 +0000 (UTC) (envelope-from melifaro@ipfw.ru) Received: from mxback13h.mail.yandex.net (mxback13h.mail.yandex.net [84.201.186.131]) by forward5h.cmail.yandex.net (Yandex) with ESMTP id BB0CF20CAF; Sun, 5 Jun 2016 13:41:12 +0300 (MSK) Received: from web4h.yandex.ru (web4h.yandex.ru [84.201.186.33]) by mxback13h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 1WdZF1MpLz-fCii3PlW; Sun, 05 Jun 2016 13:41:12 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfw.ru; s=mail; t=1465123272; bh=z6Jb+oNRwR/Ku00LZoMK5JNugRGl5BpGWgwL0RKL6rQ=; h=X-Yandex-Sender-Uid:From:Envelope-From:To:Cc:In-Reply-To: References:Subject:MIME-Version:Message-Id:X-Mailer:Date: Content-Transfer-Encoding:Content-Type; b=BaNt9bYOw/YNshqGBtcHNIGFFrGm3wHeBiz/nnF33lysvRo1RE0bk6NIG6d4rIuHV 8tGozUPFMS4Vu9zDuaxcHlOG0Ir02a72n+o55QWl8IoUKVnHiiprtENDAejINGdfti BXC2CvBaL+VNC2eYsZJheS5dz8qwi2sy/L1ToZNg= Authentication-Results: mxback13h.mail.yandex.net; dkim=pass header.i=@ipfw.ru X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 1130000031510964 X-Yandex-Sender-Uid: 1130000014307927 Received: by web4h.yandex.ru with HTTP; Sun, 05 Jun 2016 13:41:12 +0300 From: Alexander V. Chernikov Envelope-From: melifaro@ipfw.ru To: =?utf-8?B?w5Z6a2FuIEtJUklL?= , Aleksandr A Babaylov <"."@babolo.ru> Cc: "freebsd-net@freebsd.org" , Julian K. In-Reply-To: References: <574D89F6.3030806@kornberger.name> <57502430.1030309@kornberger.name> <20160603131146.GA26528@babolo.ru> Subject: Re: IPFW: table support for MAC addresses? MIME-Version: 1.0 Message-Id: <4150711465123272@web4h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sun, 05 Jun 2016 13:41:12 +0300 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2016 10:41:26 -0000 05.06.2016, 11:45, "Özkan KIRIK" : > I also need this feature Are you fine with exact-match mac addresses? (E.g. new array/hash tabletype with the ability to do exact lookup on the source/destination mac address, w/o any masks support). > > On Fri, Jun 3, 2016 at 4:11 PM, Aleksandr A Babaylov <"."@babolo.ru> wrote: > >>  On Thu, Jun 02, 2016 at 02:18:56PM +0200, Julian K. wrote: >>  > is there anyone who wants to use MAC based rules with IPFW? >>  > I want to build a captive portal that also supports IPv6. MAC addresses >>  > in IPFW tables would help a lot. >>  I use MAC in IPFW and want MAC in IPFW tables to simplify rules. >> >>  _______________________________________________ >>  freebsd-net@freebsd.org mailing list >>  https://lists.freebsd.org/mailman/listinfo/freebsd-net >>  To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"