commit 6347a873457e78d8b185b9ec19bb0482bbd21cdb
parent 70a3b12c31b145f650a1b4a027868b6620f68054
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 22:10:54 +0100
defeated
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -474,7 +474,6 @@ in {
}
protocol ospf MyOSPF {
ecmp yes;
- bfd;
## Boilerplate taken from Bird's example docs https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.8
ipv4 {
export filter {
@@ -490,6 +489,7 @@ in {
10.0.3.0/24;
};
interface "enp7s0" {
+ bfd;
#type ptp; # VPN tunnels should be point-to-point
};
};
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -680,7 +680,6 @@ in {
}
protocol ospf MyOSPF {
ecmp yes;
- bfd;
## Boilerplate taken from Bird's example docs https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.8
ipv4 {
export filter {
@@ -696,6 +695,7 @@ in {
10.0.3.0/24;
};
interface "enp7s0" {
+ bfd;
#type ptp; # VPN tunnels should be point-to-point
};
};