summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorPietro Bonfa <bonfus@gmail.com>2016-10-09 18:31:39 +0200
committerPietro Bonfa <bonfus@gmail.com>2016-10-09 18:31:39 +0200
commitbb08cc0ae4789084f88586460c9c617fe6cbb328 (patch)
tree87f7dbf867f3d3e61ed05621f9c2dd782dea93f0 /main.h
parentfd085c2862153d16443451d96fc56d2e67873e9e (diff)
removed enforce option
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.h b/main.h
index c6579e2..329135f 100644
--- a/main.h
+++ b/main.h
@@ -74,7 +74,7 @@ typedef struct protocol_frame_t {
74} protocol_frame; 74} protocol_frame;
75 75
76/* Rules policy */ 76/* Rules policy */
77enum rules_policy_enum { ENFORCE, VALIDATE, NONE }; 77enum rules_policy_enum { VALIDATE, NONE };
78typedef struct rule { 78typedef struct rule {
79 uint16_t port; 79 uint16_t port;
80 char * host; 80 char * host;