ipsets equivalent in *BSD, using pf tables.

This commit is contained in:
Simon Kelley
2014-06-02 20:30:07 +01:00
parent 2f4c4b6076
commit c4a0937683
6 changed files with 175 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
#include "dnsmasq.h"
#ifdef HAVE_IPSET
#if defined(HAVE_IPSET) && defined(HAVE_LINUX_NETWORK)
#include <string.h>
#include <errno.h>