diff options
| author | songyanchao <[email protected]> | 2022-07-01 03:04:11 -0400 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2022-07-13 06:14:14 -0400 |
| commit | 1f4da731f7a53c4580091e3a01531e0f23f758e1 (patch) | |
| tree | de0f04b0894c67deda6e3877aabee01084b81990 /cmake | |
| parent | ac6e55a96f00bb61d4694425be46bb1c42271ea5 (diff) | |
✨ feat(TSG-11135): 实现IPv4Acl配置加载、初始化等功能
添加Acl 初始化框架,实现 IPv4 Acl 配置加载、初始化等功能
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/Package.cmake | 1 |
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") |
