freifunk, yggdrasil: enable OSPFv3 auth

This commit is contained in:
Astro 2021-06-16 20:02:11 +02:00
parent 5c6d357036
commit 92c48317f4
2 changed files with 8 additions and 7 deletions

View File

@ -255,7 +255,10 @@ in {
import all;
};
area 0 {
interface "core" {};
interface "core" {
authentication cryptographic;
password "${pkgs.zentralwerk-ospf-message-digest-key}";
};
};
}

View File

@ -132,13 +132,11 @@ in {
protocol ospf v3 ZW6 {
area 0 {
networks {
fd23:42:c3d2:500::/56;
2a02:8106:208:5200::/56;
2a02:8106:211:e900::/56;
};
stubnet 200::/7 {};
interface "core" {};
interface "core" {
authentication cryptographic;
password "${pkgs.zentralwerk-ospf-message-digest-key}";
};
};
}