commit 032445ad73f997d5810b687b0200c5a66e13f8ff parent a81b48ef58c0907151d47a7c19cdfc88067e5080 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 27 Jan 2024 21:07:39 +0100 Switch to gobgpd Diffstat:
| M | nixos/worker-1/configuration.nix | | | 7 | +++---- |
| M | nixos/worker-2/configuration.nix | | | 6 | +++--- |
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -502,7 +502,6 @@ in { router-id = "10.0.2.1"; }; }; - defined-sets = { prefix-sets = [ { @@ -534,9 +533,9 @@ in { prefix-set = "ns1"; match-set-options = "any"; }; - actions = { - route-disposition = "accept-route"; - }; + }; + actions = { + route-disposition = "accept-route"; }; } ]; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -581,9 +581,9 @@ in { prefix-set = "ns1"; match-set-options = "any"; }; - actions = { - route-disposition = "accept-route"; - }; + }; + actions = { + route-disposition = "accept-route"; }; } ];