nixos-module/container/bird: add flpk ipv6 range unreachable route

This commit is contained in:
Astro 2022-09-18 01:57:31 +02:00
parent 5a88fedebe
commit 6e01f8c5df
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ in
ipv6;
route fd23:42:c3d2:580::/57 unreachable;
route 2a00:8180:2c00:200::/56 unreachable;
route 2a0f:5382:acab:1400::/56 unreachable;
}
${lib.optionalString (hostConf.bgp != null) ''