diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-26 09:57:04 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-26 09:57:04 +0100 |
commit | d1e120574de4b6cb14465ba743f6167552dd9cdb (patch) | |
tree | 2d0f0ff1a3122114b508e08d3ca7790b86464eef /.gitmodules | |
parent | 3bd1273e9cfd347c79ddfe07e6b18d3d7f34d0a7 (diff) | |
download | vyos-build-d1e120574de4b6cb14465ba743f6167552dd9cdb.tar.gz vyos-build-d1e120574de4b6cb14465ba743f6167552dd9cdb.zip |
submodules: add igmpproxy
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e71823a2..ee1f8009 100644 --- a/.gitmodules +++ b/.gitmodules @@ -236,4 +236,8 @@ [submodule "packages/vyos-xe-guest-utilities"] path = packages/vyos-xe-guest-utilities url = http://github.com/vyos/vyos-xe-guest-utilities.git + branch = current +[submodule "packages/igmpproxy"] + path = packages/igmpproxy + url = https://github.com/vyos/igmpproxy.git branch = current
\ No newline at end of file |