diff options
| author | Max Audron <audron@cocaine.farm> | 2023-10-13 17:36:26 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2023-10-13 17:36:26 +0200 |
| commit | 0fd77e7419fdca051504555dd8d67a139a7c15c9 (patch) | |
| tree | 9238025ff83839a4ee5ac24444a4c7aeb7a8fee1 /modules | |
| parent | sepperate powerdns primary and secondary configs (diff) | |
set bgp router-id
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/bgp/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bgp/default.nix b/modules/bgp/default.nix index 5a5f88a..3eecd86 100644 --- a/modules/bgp/default.nix +++ b/modules/bgp/default.nix @@ -33,6 +33,7 @@ enable = true; config = '' router bgp 64716 + bgp router-id ${config.kubernetes.externalIP.v4} bgp ebgp-requires-policy no bgp default ipv4-unicast no bgp network import-check |
