feat: added static linking against libnl

libnl will be used to help understand kernel routing tables
This commit is contained in:
Andrew Rioux
2023-04-30 23:04:53 -04:00
parent 9ebf4b931b
commit 2fc1916273
9 changed files with 68 additions and 17 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "pcap-sys/libpcap"]
path = pcap-sys/libpcap
url = https://github.com/the-tcpdump-group/libpcap
[submodule "nl-sys/libnl"]
path = nl-sys/libnl
url = https://github.com/thom311/libnl