diff options
| author | liuxueli <[email protected]> | 2019-07-03 17:43:57 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-07-03 17:43:57 +0800 |
| commit | 401b1c499d9df5dfb923b9a1bfc2497c125a5867 (patch) | |
| tree | eac49176dc02f3f1231f2bb34b5f2d22925f2519 | |
| parent | f6972952a2f82bfe8422d3154d97b78602279e04 (diff) | |
添加ntc_bgp_plug子模块
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | CMakeLists.txt | 1 | ||||
| m--------- | src/ntc_bgp_plug | 0 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6498a11..94b0442 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "src/ntc_app_plug"] path = src/ntc_app_plug url = https://git.mesalab.cn/PanGu/ntc_app_plug.git +[submodule "src/ntc_bgp_plug"] + path = src/ntc_bgp_plug + url = https://git.mesalab.cn/NTC/ntc_bgp_plug.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7440a83..3c2234a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,7 @@ if(ENABLE_T1_SWITCH) add_subdirectory(src/ntc_ssl_collect) add_subdirectory(src/soq_dns_plug) add_subdirectory(src/T1_HTTP_MAIL_BIZ) + add_subdirectory(src/ntc_bgp_plug) endif() if(ENABLE_T2_SWITCH) diff --git a/src/ntc_bgp_plug b/src/ntc_bgp_plug new file mode 160000 +Subproject d03399ceb5dde11a31a490b75481e268b39d563 |
