//sets default policy to pass what is not explicitly denied
#define IPFIREWALL_DEFAULT_TO_ACCEPT 1

//enables logging for rules with log keyword
//#define IPFIREWALL_VERBOSE 1

//limits number of logged packets per-entry
//#define IPFIREWALL_VERBOSE_LIMIT 5

//enables NAT
//#define IPFIREWALL_NAT 1