[Bug 217900] dns/dnsmasq: allow to run on PF-less system

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 18 21:16:02 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217900

            Bug ID: 217900
           Summary: dns/dnsmasq: allow to run on PF-less system
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mandree at FreeBSD.org
          Reporter: op at hardenedbsd.org
             Flags: maintainer-feedback?(mandree at FreeBSD.org)
          Assignee: mandree at FreeBSD.org

Created attachment 180941
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=180941&action=edit
0001-HBSD-add-the-ability-to-use-dnsmasq-on-systems-witho.patch

HBSD: add the ability to use dnsmasq on systems without PF  support

The IPSET functionality in dnsmasq require /dev/pf interface, which
is provided by the PF firewall, but on system with only IPFW enabled,
there are no /dev/pf device. The IPSET functionality is able to
dynamically maintain a PF table from the resolved host names.
Without this functionality the dnsmasq is still fully functional
(like it is on OS X/macOS).

By default keep the historical state (default to enabled IPSET).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list