Date: Wed, 17 Dec 2014 15:11:27 +0100 From: Patrick Lamaiziere <patfbsd@davenulle.org> To: freebsd-pf@freebsd.org Subject: Re: Getting tables to work in PF Message-ID: <20141217151127.69671d4a@mr185083> In-Reply-To: <d33209aa2c2e4580928c695d4618d404@BLUPR0801MB674.namprd08.prod.outlook.com> References: <alpine.BSF.2.00.1411031433070.1220@aneurin.horsfall.org> <CAPBZQG2b7=iiGLsj-vtuiaWRUJ-Gk6n9JwCXxVjCMeVEqsuing@mail.gmail.com> <alpine.BSF.2.00.1411032002560.1220@aneurin.horsfall.org> <CAPBZQG2DKNGSGRNu8%2BMAdEtyH5vj85dpxRUY2kMwDOZ44f7PJA@mail.gmail.com> <alpine.BSF.2.00.1411032123560.1220@aneurin.horsfall.org> <BD387CA3-84BE-4BA1-8943-BD77539D8E08@lafn.org> <alpine.BSF.2.00.1411040921240.1220@aneurin.horsfall.org> <d33209aa2c2e4580928c695d4618d404@BLUPR0801MB674.namprd08.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Le Mon, 3 Nov 2014 23:12:52 +0000, David DeSimone <ddesimone@verio.net> a écrit : Hello, > set skip on lo > > I'm pretty sure the loopback name should be "lo0" instead of just > "lo". Yes and no, the grammar (pf.conf) set skip on <ifspec> ifspec = ( [ "!" ] ( interface-name | interface-group ) ) | "{" interface-list "}" and lo is a valid interface group. So it should work. But you are right because "set skip" does not allow interface groups, this is a bug fixed in recent OpenBSD pf. Regards,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141217151127.69671d4a>