summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2022-07-01 03:04:11 -0400
committersongyanchao <[email protected]>2022-07-13 06:14:14 -0400
commit1f4da731f7a53c4580091e3a01531e0f23f758e1 (patch)
treede0f04b0894c67deda6e3877aabee01084b81990 /cmake
parentac6e55a96f00bb61d4694425be46bb1c42271ea5 (diff)
✨ feat(TSG-11135): 实现IPv4Acl配置加载、初始化等功能
添加Acl 初始化框架,实现 IPv4 Acl 配置加载、初始化等功能
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Package.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Package.cmake b/cmake/Package.cmake
index 2531aa6..838ab70 100644
--- a/cmake/Package.cmake
+++ b/cmake/Package.cmake
@@ -33,6 +33,7 @@ endif()
# setup %config(noreplace)
set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/etc/mrglobal.conf"
+ "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/etc/classifier_acl.conf"
"%config(noreplace) ${CMAKE_INSTALL_PREFIX}/etc/mrtunnat.conf"
"%config(noreplace) ${CMAKE_INSTALL_PREFIX}/etc/mrapm.conf"
"%config(noreplace) /etc/sysconfig/mrzcpd")