From b5de4445fef91aec01d422bc9cb3e0f2ca7a0004 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Sat, 26 Sep 2020 14:33:59 -0700 Subject: [PATCH] install: set ospf mdr back to original commit to fix routing issue --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 33ff519c..cf4fb7f8 100644 --- a/tasks.py +++ b/tasks.py @@ -15,7 +15,7 @@ from invoke import task, Context DAEMON_DIR: str = "daemon" DEFAULT_PREFIX: str = "/usr/local" EMANE_CHECKOUT: str = "v1.2.5" -OSPFMDR_CHECKOUT: str = "ae75141a9d3ec8c1c4163be671822a773ea9ba69" +OSPFMDR_CHECKOUT: str = "f4295dbdc37c6834485aa894fc5e49d04315b107" REDHAT_LIKE = { "redhat", "fedora",