From owner-freebsd-net@freebsd.org Mon Jun 6 02:24:40 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 67931B6A0CE for ; Mon, 6 Jun 2016 02:24:40 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 211481525; Mon, 6 Jun 2016 02:24:40 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by mail-vk0-x22a.google.com with SMTP id c66so28322287vkb.3; Sun, 05 Jun 2016 19:24:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=J0WcpY3GjA4j3zzSBkPi2ucyQtiE/QYKhjU3AWenWrk=; b=QcgN6d639hvu0qzQHusVsJmv4/1fkX8gZJeVerdX6TOAAWauiagHsT5FPLZffUEQAS rZ9pFg0JgxxbDGBbdp5Qcq/G7E776u7shmN6vEQHG76B5/fAogmzdcyqsNblYPwT+s6f lk35dKNsaRydcKUHZue3w7LAD1mJlwhiPcFs/sl08K+uzBlY7+IypInjrmjPWHMq6IRX eorQG2vatx8I0tH2OavPIyFC2nEos/18xBND++ZLugOZJzJFleIwHrhWnNoLg07zamH1 spU8UHf5mcIdJJ/UOE778UYHnOnAcOrwUWYO2n96YBxxqoSfmtjhD5ZdF+nKI6N2LjRW 8VEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=J0WcpY3GjA4j3zzSBkPi2ucyQtiE/QYKhjU3AWenWrk=; b=Ds9k04uB2eixxCDmkFK95RZ4bzUnSM/3OWlOZ3anJ7rrWgP4FeU5Wt9yBFcwG+njpJ eeb8YrslNsYCVhM6pCYR3HKn8ygIvpCP/gfgm20GEz7U3h8518IjoCv0vtqBz7zzo30l Oc1QytzEgI87o3M02MTojbEYxoqDx0PfUCvPRrWC2LBtDFSy6zhgMnidcIX+dJqSPqTO PPolD4oBuf35BsHjJMitldjMZvYK4SgJ1NICydW17JJJLRKXl6G9OBctlvIKBO10cMbo DkDjy8cXf6syUSxze1oQHrsy7RRxkxWCOmee1TIEFTJ9+JVzq4uA6/EjcSqDvFvfTAJC Ds6A== X-Gm-Message-State: ALyK8tLtUutoTxqIh6I1qt4NuW/qNY3hIiCNsFuFGs3wkcEfbP4Jd3Ps8NGvpZQjbnAM2KLblGBED8oDK+ESLg== X-Received: by 10.176.7.73 with SMTP id h67mr7007522uah.91.1465179878991; Sun, 05 Jun 2016 19:24:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.83.23 with HTTP; Sun, 5 Jun 2016 19:24:38 -0700 (PDT) In-Reply-To: <20160605231407.GB35289@babolo.ru> References: <574D89F6.3030806@kornberger.name> <57502430.1030309@kornberger.name> <20160603131146.GA26528@babolo.ru> <4150711465123272@web4h.yandex.ru> <20160605231407.GB35289@babolo.ru> From: "Sam Fourman Jr." Date: Sun, 5 Jun 2016 19:24:38 -0700 Message-ID: Subject: Re: IPFW: table support for MAC addresses? To: Aleksandr A Babaylov <"."@babolo.ru> Cc: "Alexander V. Chernikov" , "freebsd-net@freebsd.org" , "Julian K." Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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: Mon, 06 Jun 2016 02:24:40 -0000 For what it is worth, I also would use this Feature. to whitelist a set of MACS On Sun, Jun 5, 2016 at 4:14 PM, Aleksandr A Babaylov <"."@babolo.ru> wrote: > On Sun, Jun 05, 2016 at 01:41:12PM +0300, Alexander V. Chernikov wrote: > > 05.06.2016, 11:45, "??zkan KIRIK" : > > > I also need this feature > > > > Are you fine with exact-match mac addresses? > Yes, exact-match is fine for me. > > > (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" > -- Sam Fourman Jr.