diff options
author | Damjan Marion <damarion@cisco.com> | 2020-10-09 16:10:59 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-10-09 17:45:18 +0000 |
commit | 952056ce744b781fcf2a1f6b86d43f00da540f27 (patch) | |
tree | 3b6d8688269ad75a0f021ea0ce506f005a6f6cc4 /src/plugins/acl/CMakeLists.txt | |
parent | 6754a16ca3e01556f6d0383737aa22d89d32733b (diff) |
acl: move nonip nodes to separate file
Type: refactor
Change-Id: Idcef8effa86d6421e4b3e5f747695ddb2982e78f
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/plugins/acl/CMakeLists.txt')
-rw-r--r-- | src/plugins/acl/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/acl/CMakeLists.txt b/src/plugins/acl/CMakeLists.txt index a34ad5352f6..78cc818d1ea 100644 --- a/src/plugins/acl/CMakeLists.txt +++ b/src/plugins/acl/CMakeLists.txt @@ -18,9 +18,11 @@ add_vpp_plugin(acl lookup_context.c sess_mgmt_node.c dataplane_node.c + dataplane_node_nonip.c MULTIARCH_SOURCES dataplane_node.c + dataplane_node_nonip.c API_FILES acl.api |