commit 7a6f679fc6580d67d0544513204f3d3d6adb5435
parent fb0a5f0813dfa08a46a49dec33f5ea37b0c87a37
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 21:02:58 +0100
Switch to gobgpd
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -518,7 +518,7 @@ in {
name = "pd1";
statements = {
name = "statement1";
- coditions = {
+ conditions = {
match-prefix-set = {
prefix-set = "ps1";
match-set-options = "any";
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -566,7 +566,7 @@ in {
name = "pd1";
statements = {
name = "statement1";
- coditions = {
+ conditions = {
match-prefix-set = {
prefix-set = "ps1";
match-set-options = "any";