aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/plugins/acl-plugin/acl/node_out.h
blob: c919f3b701ce8a1278956534df4187efa4a676c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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