Files
vpp/plugins/acl-plugin/acl/node_out.h
Andrew Yourtchenko b09167f33d acl: The ACL plugin.
This is the commit from the accumulated work in the github ACL branch,
to move it to gerrit.

Change-Id: I85a6b0df0d3dd3c3c7588e92a1e22c553e4b6ef7
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
2016-12-06 08:18:53 +00:00

13 lines
212 B
C

#ifndef _NODE_OUT_H_
#define _NODE_OUT_H_
typedef enum {
ACL_OUT_ERROR_DROP,
ACL_OUT_INTERFACE_OUTPUT,
ACL_OUT_L2S_OUTPUT_IP4_ADD,
ACL_OUT_L2S_OUTPUT_IP6_ADD,
ACL_OUT_N_NEXT,
} acl_out_next_t;
#endif