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; }; }