diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-12-08 20:17:19 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-12-08 20:31:44 +0100 |
commit | b527902a31ee2fc2ad01c9a1f950dbc867fa14ca (patch) | |
tree | 40fb36b943330b42bed092324d5300b9162c94e7 /.gitmodules | |
parent | 2dbff76543c2bec6de5c54cb9cc9e6297a91f419 (diff) | |
download | vyos-build-b527902a31ee2fc2ad01c9a1f950dbc867fa14ca.tar.gz vyos-build-b527902a31ee2fc2ad01c9a1f950dbc867fa14ca.zip |
Added 'mdns-repeater' submodule
Submodule is a fork of https://github.com/lucasec/mdns-repeater w/
extensions to add Debian packaging and systemd support.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 606d23ad..2b39b086 100644 --- a/.gitmodules +++ b/.gitmodules @@ -130,3 +130,6 @@ [submodule "packages/vyos-bcast-relay"] path = packages/vyos-bcast-relay url = https://github.com/c-po/vyos-bcast-relay.git +[submodule "packages/mdns-repeater"] + path = packages/mdns-repeater + url = https://github.com/vyos/mdns-repeater.git |