diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-12-08 20:23:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-12-08 20:31:30 +0100 |
commit | 2dbff76543c2bec6de5c54cb9cc9e6297a91f419 (patch) | |
tree | eb8e247579c2971d565c76c849cc8d5680643b0f /.gitmodules | |
parent | 375025afcd10dbfdf582c7b2691fe8efd39b107e (diff) | |
download | vyos-build-2dbff76543c2bec6de5c54cb9cc9e6297a91f419.tar.gz vyos-build-2dbff76543c2bec6de5c54cb9cc9e6297a91f419.zip |
Remove 'vyos-cfg-avahi' submodule (superseeded) (T378)
Using AVAHI as mDNS reflector has the big disadvantage that the
reflection interface can not be specified. It will reflect the mDNS
messages on ALL interfaces.
A new technique called mDNS repeater based upon
https://github.com/vyos/mdns-repeater
will be used in the future.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 26527065..606d23ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -127,9 +127,6 @@ [submodule "packages/vyos-1x"] path = packages/vyos-1x url = https://github.com/vyos/vyos-1x.git -[submodule "packages/vyos-cfg-avahi"] - path = packages/vyos-cfg-avahi - url = https://github.com/c-po/vyos-cfg-avahi.git [submodule "packages/vyos-bcast-relay"] path = packages/vyos-bcast-relay url = https://github.com/c-po/vyos-bcast-relay.git |