From c9a24bd407745c2b85605aab8fe02bdee3d50fc4 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 1 Nov 2022 00:28:56 +0100 Subject: [PATCH] nixos-module/container/bird: s/RTS_DIRECT/RTS_DEVICE/ --- nix/nixos-module/container/bird.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/nixos-module/container/bird.nix b/nix/nixos-module/container/bird.nix index 51fb2af..9cfb523 100644 --- a/nix/nixos-module/container/bird.nix +++ b/nix/nixos-module/container/bird.nix @@ -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" (