diff options
author | Nicholas Humfrey <njh@aelius.com> | 2019-01-30 10:04:31 +0000 |
---|---|---|
committer | Nicholas Humfrey <njh@aelius.com> | 2019-01-30 10:04:31 +0000 |
commit | 9779f9938e1a80736738b2b9021a0db4dd872bfa (patch) | |
tree | 258ae7ed3546b47171487fa06cc262bda4f4fd8b /.gitmodules | |
parent | c85cda7b402099c37a9d978d3f664ffbaf631132 (diff) | |
download | vyos-build-9779f9938e1a80736738b2b9021a0db4dd872bfa.tar.gz vyos-build-9779f9938e1a80736738b2b9021a0db4dd872bfa.zip |
T1214: Add `ipaddrcheck` to the packages directory
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2257b9f1..dd608357 100644 --- a/.gitmodules +++ b/.gitmodules @@ -245,3 +245,7 @@ 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 + branch = master |