nixos-module/container/bird: s/RTS_DIRECT/RTS_DEVICE/

This commit is contained in:
Astro 2022-11-01 00:28:56 +01:00
parent dc8fd55a7c
commit c9a24bd407
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ in
ipv4 {
export where net != 0.0.0.0/0
&& source != RTS_BGP
&& source != RTS_DIRECT;
&& source != RTS_DEVICE;
};
area 0 {
${builtins.concatStringsSep "\n" (
@ -249,7 +249,7 @@ in
ipv6 {
export where net != ::/0
&& source != RTS_BGP
&& source != RTS_DIRECT;
&& source != RTS_DEVICE;
};
area 0 {
${builtins.concatStringsSep "\n" (