diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-03-21 20:18:08 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-03-21 20:19:12 +0100 |
commit | 65b82136a19549fcaf7ae1a81daa46695a6c08e1 (patch) | |
tree | 97723f5a2a12b32269b6bfeb8257e3402144a42b /.gitmodules | |
parent | e9b6d0942d73c8863bba2c402c2337d27e4e1dc4 (diff) | |
download | vyos-build-65b82136a19549fcaf7ae1a81daa46695a6c08e1.tar.gz vyos-build-65b82136a19549fcaf7ae1a81daa46695a6c08e1.zip |
Added vyatta-iproute submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 930e7ab3..7ec3cb00 100644 --- a/.gitmodules +++ b/.gitmodules @@ -133,3 +133,6 @@ [submodule "packages/vyos-keepalived"] path = packages/vyos-keepalived url = https://github.com/vyos/vyos-keepalived.git +[submodule "packages/vyatta-iproute"] + path = packages/vyatta-iproute + url = https://github.com/vyos/vyatta-iproute.git |