xref: /f-stack/lib/opt/opt_ipfw.h (revision b37139ca)
1 //sets default policy to pass what is not explicitly denied
2 #define IPFIREWALL_DEFAULT_TO_ACCEPT 1
3 
4 //enables logging for rules with log keyword
5 //#define IPFIREWALL_VERBOSE 1
6 
7 //limits number of logged packets per-entry
8 //#define IPFIREWALL_VERBOSE_LIMIT 5
9 
10 //enables NAT
11 //#define IPFIREWALL_NAT 1
12 
13