From 23ec07c136372c45d3976d583ba42e617153d6b2 Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 10 Dec 2020 12:18:08 +0100 Subject: [PATCH] Force ospf broadcast --- hosts/dn42-il-gw1/configuration.nix | 1 + hosts/dn42-il-gw5/configuration.nix | 1 + hosts/dn42-il-gw6/configuration.nix | 1 + 3 files changed, 3 insertions(+) diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index 7ceac5f..66f936d 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -220,6 +220,7 @@ cost 80; }; }; + type broadcast; } protocol bgp gw5 { diff --git a/hosts/dn42-il-gw5/configuration.nix b/hosts/dn42-il-gw5/configuration.nix index ca8314c..b7207fc 100644 --- a/hosts/dn42-il-gw5/configuration.nix +++ b/hosts/dn42-il-gw5/configuration.nix @@ -97,6 +97,7 @@ interface "ens19" { cost 80; }; + type broadcast; }; } diff --git a/hosts/dn42-il-gw6/configuration.nix b/hosts/dn42-il-gw6/configuration.nix index 585a531..49af9ae 100644 --- a/hosts/dn42-il-gw6/configuration.nix +++ b/hosts/dn42-il-gw6/configuration.nix @@ -89,6 +89,7 @@ interface "ens21" { cost 80; }; + type broadcast; }; }