diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-09-01 10:54:49 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-09-01 10:54:49 +0200 |
commit | c8297009c5158a47378503c2571b0885fe383de4 (patch) | |
tree | 7ad046b564190e731fbe656373f77b5d36adaf13 /.gitmodules | |
parent | e994a2233a08e3cac71e7efc9d72405f9f88085e (diff) | |
download | vyos-build-c8297009c5158a47378503c2571b0885fe383de4.tar.gz vyos-build-c8297009c5158a47378503c2571b0885fe383de4.zip |
Add pmacct submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b4291ad0..fe47ce28 100644 --- a/.gitmodules +++ b/.gitmodules @@ -139,3 +139,6 @@ [submodule "packages/vyos-wireguard"] path = packages/vyos-wireguard url = https://github.com/vyos/vyos-wireguard +[submodule "packages/pmacct"] + path = packages/pmacct + url = https://github.com/vyos/pmacct |