-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
39 lines (39 loc) · 1.29 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[submodule "configservice/external/picohttpparser"]
path = configservice/external/picohttpparser
url = https://github.com/h2o/picohttpparser.git
[submodule "external/npf"]
path = external/npf
url = https://github.com/trugw/npf.git
[submodule "external/nvlist"]
path = external/nvlist
url = https://github.com/rmind/nvlist.git
[submodule "external/libcdb"]
path = external/libcdb
url = https://github.com/rmind/libcdb.git
[submodule "external/libqsbr"]
path = external/libqsbr
url = https://github.com/rmind/libqsbr.git
[submodule "external/thmap"]
path = external/thmap
url = https://github.com/rmind/thmap.git
[submodule "external/liblpm"]
path = external/liblpm
url = https://github.com/rmind/liblpm.git
[submodule "external/bpfjit"]
path = external/bpfjit
url = https://github.com/rmind/bpfjit.git
[submodule "external/secloak-kernel"]
path = external/secloak-kernel
url = https://github.com/trugw/secloak-kernel.git
[submodule "wasm_npfctl/libcdb"]
path = wasm_npfctl/libcdb
url = https://github.com/rmind/libcdb.git
[submodule "wasm_npfctl/nvlist"]
path = wasm_npfctl/nvlist
url = https://github.com/rmind/nvlist.git
[submodule "wasm_npfctl/npf"]
path = wasm_npfctl/npf
url = https://github.com/trugw/npf.git
[submodule "eval/iperf"]
path = eval/iperf
url = https://github.com/esnet/iperf.git