diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-02-01 19:43:24 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-02-01 19:43:24 +0100 |
commit | b008fa4b62242248e5a41c6fa07fa25bcddac138 (patch) | |
tree | 0e9359e0ccddc53932a984eb7fd1d473750acc68 /.gitmodules | |
parent | 61ea43e901167584d6e137ad7eed3badb9f070f7 (diff) | |
download | vyos-build-b008fa4b62242248e5a41c6fa07fa25bcddac138.tar.gz vyos-build-b008fa4b62242248e5a41c6fa07fa25bcddac138.zip |
Add lldp and pdns-recursor submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9d3fcf23..55e8e1b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -248,3 +248,9 @@ [submodule "packages/ipaddrcheck"] path = packages/ipaddrcheck url = https://github.com/vyos/ipaddrcheck.git +[submodule "packages/lldpd"] + path = packages/lldpd + url = https://github.com/vincentbernat/lldpd.git +[submodule "packages/pdns-recursor"] + path = packages/pdns-recursor + url = https://salsa.debian.org/dns-team/pdns-recursor.git |