diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-30 12:14:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 12:14:46 +0100 |
commit | 6d01d376da422d20529f329b0995cf00bb003416 (patch) | |
tree | 258ae7ed3546b47171487fa06cc262bda4f4fd8b /.gitmodules | |
parent | c85cda7b402099c37a9d978d3f664ffbaf631132 (diff) | |
parent | 9779f9938e1a80736738b2b9021a0db4dd872bfa (diff) | |
download | vyos-build-6d01d376da422d20529f329b0995cf00bb003416.tar.gz vyos-build-6d01d376da422d20529f329b0995cf00bb003416.zip |
Merge pull request #44 from njh/ipaddrcheck
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 |