From 2d0732d610544c7d58cf74afe331e43a761b36c6 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Tue, 16 Nov 2021 14:01:46 -0800 Subject: [PATCH] install: updated version of ospf mdr to install, to the latest commits --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index e4fc1c05..c6e77807 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 = "e2b4e416b7001c5dca0224fe728249c9688e4c7a" +OSPFMDR_CHECKOUT: str = "f21688cdcac30fb10b1ebac0063eb24e4583e9b4" REDHAT_LIKE = { "redhat", "fedora",