From 7351315765d723a73322c3ead71365c1428ca5c3 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 9 Oct 2023 12:06:02 +0200 Subject: bgp: Enabling hash. --- ansible/bgp/host_vars/hash/bgp.yml | 2 ++ ansible/bgp/host_vars/knot/bgp.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/bgp/host_vars/hash/bgp.yml b/ansible/bgp/host_vars/hash/bgp.yml index 958f514..ccc8f6c 100644 --- a/ansible/bgp/host_vars/hash/bgp.yml +++ b/ansible/bgp/host_vars/hash/bgp.yml @@ -1,4 +1,6 @@ bgp_as: 4230483905 bgp_ip: "{{ wireguard_wg0.hosts.hash.ipv6 }}" +bgp_mynet: fdf3:aad9:a885:ab76::/64 +bgp_mynet_if: vs0 bgp_peers: - knot diff --git a/ansible/bgp/host_vars/knot/bgp.yml b/ansible/bgp/host_vars/knot/bgp.yml index fa16510..8978cea 100644 --- a/ansible/bgp/host_vars/knot/bgp.yml +++ b/ansible/bgp/host_vars/knot/bgp.yml @@ -3,4 +3,4 @@ bgp_ip: "{{ wireguard_wg0.hosts.knot.ipv6 }}" bgp_peers: - akili - astyanax -# - hash + - hash -- cgit v1.2.3