aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/acl/node_in.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/acl/node_in.h')
-rw-r--r--src/plugins/acl/node_in.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/acl/node_in.h b/src/plugins/acl/node_in.h
deleted file mode 100644
index 502bbf8d..00000000
--- a/src/plugins/acl/node_in.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _NODE_IN_H_
-#define _NODE_IN_H_
-
-typedef enum {
- ACL_IN_ERROR_DROP,
- ACL_IN_ETHERNET_INPUT,
- ACL_IN_L2S_INPUT_IP4_ADD,
- ACL_IN_L2S_INPUT_IP6_ADD,
- ACL_IN_N_NEXT,
-} acl_in_next_t;
-
-#endif