nixos-module/container/bird: fix ospfv3 auth

This commit is contained in:
Astro 2021-04-06 23:08:27 +02:00
parent fcc3fbaf52
commit 79fa9127b7
1 changed files with 1 additions and 1 deletions

View File

@ -97,8 +97,8 @@ in
if config.site.net.${net}.ospf.secret != null
then ''
interface "${net}" {
authentication cryptographic;
# TODO: enable when all bird 1.x have shut down
#authentication cryptographic;
#password "${config.site.net.${net}.ospf.secret}";
};
''