Re: svn commit: r293629 - head/sys/netpfil/ipfw

2016-01-10 Thread Alexander V . Chernikov
I thought IP-less kernels have no reason to compile ipfw at all, am I wrong? 10.01.2016, 11:14, "Bjoern A. Zeeb" : > Author: bz > Date: Sun Jan 10 08:14:25 2016 > New Revision: 293629 > URL: https://svnweb.freebsd.org/changeset/base/293629 > > Log: >   Initialize error after

Re: svn commit: r293629 - head/sys/netpfil/ipfw

2016-01-10 Thread Bjoern A. Zeeb
On Sun, 10 Jan 2016, Alexander V. Chernikov wrote: I thought IP-less kernels have no reason to compile ipfw at all, am I wrong? You can still filter on L2 or other L3 protocols. The latter is probably not very common anymore these days, the former might be. /bz

svn commit: r293629 - head/sys/netpfil/ipfw

2016-01-10 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 10 08:14:25 2016 New Revision: 293629 URL: https://svnweb.freebsd.org/changeset/base/293629 Log: Initialize error after r293626 in case neither INET nor INET6 is compiled into the kernel. Ideally lots more code would just not be called (or compiled in) in that case