Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iFargle committed Mar 22, 2023
1 parent fc5908f commit 96a55a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def thread_machine_content(machine, machine_content, idx, all_routes):
if route_info["id"] != route["id"]:
ha_enabled = False
app.logger.info("HA pair found: %s", str(route["prefix"]))
failover_pair_prefixes = str(route["prefix"])
failover_pair_prefixes.append(str(route["prefix"]))
if route["enabled"]:
ha_enabled = True
if route["prefix"] != "0.0.0.0/0" and route["prefix"] != "::/0" and route["prefix"] in failover_pair_prefixes:
Expand Down

0 comments on commit 96a55a3

Please sign in to comment.