diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-31 18:59:09 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-31 18:59:09 +0100 |
commit | 5a53953ab8dfa61305c837da6d912a2e8cee9711 (patch) | |
tree | 3fd7547172bb24ed21f7305ec9d8ae88054d1ca1 /.gitmodules | |
parent | d34540adfdbbbc9abc330ebc504fc1cd5f40387f (diff) | |
download | vyos-build-5a53953ab8dfa61305c837da6d912a2e8cee9711.tar.gz vyos-build-5a53953ab8dfa61305c837da6d912a2e8cee9711.zip |
build-submodules: add ipaddrcheck
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2257b9f1..9d3fcf23 100644 --- a/.gitmodules +++ b/.gitmodules @@ -245,3 +245,6 @@ path = packages/libyang url = https://github.com/opensourcerouting/libyang.git branch = debian +[submodule "packages/ipaddrcheck"] + path = packages/ipaddrcheck + url = https://github.com/vyos/ipaddrcheck.git |