From 156898c1f17570d6e3e6a79e03a9f97aab739e81 Mon Sep 17 00:00:00 2001 From: Sam Oehlert Date: Thu, 25 Sep 2025 15:32:59 -0500 Subject: [PATCH 1/2] feat(gw_priority): this should allow us to choose which network is the "default gateway" of the macvlan address previously on dual connected gobgp instances, it would often respond over the docker compose network, never being able to reach its destination --- compose.override.production.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.override.production.yml b/compose.override.production.yml index 1c96d0ab..944ef560 100644 --- a/compose.override.production.yml +++ b/compose.override.production.yml @@ -80,6 +80,7 @@ services: networks: default: {} peering: + priority: 1000 ipv4_address: ${SCRAM_V4_ADDRESS} ipv6_address: ${SCRAM_V6_ADDRESS} ports: From 785f082aa488b0c31405b44d937fa8393d8ed634 Mon Sep 17 00:00:00 2001 From: Sam Oehlert Date: Tue, 14 Oct 2025 13:06:58 -0500 Subject: [PATCH 2/2] fix(typo): use the correct key --- compose.override.production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.override.production.yml b/compose.override.production.yml index 944ef560..32bcfef2 100644 --- a/compose.override.production.yml +++ b/compose.override.production.yml @@ -80,7 +80,7 @@ services: networks: default: {} peering: - priority: 1000 + gw_priority: 1000 ipv4_address: ${SCRAM_V4_ADDRESS} ipv6_address: ${SCRAM_V6_ADDRESS} ports: