install: set ospf mdr back to original commit to fix routing issue
This commit is contained in:
parent
3f1ea0ab86
commit
b5de4445fe
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -15,7 +15,7 @@ from invoke import task, Context
|
||||||
DAEMON_DIR: str = "daemon"
|
DAEMON_DIR: str = "daemon"
|
||||||
DEFAULT_PREFIX: str = "/usr/local"
|
DEFAULT_PREFIX: str = "/usr/local"
|
||||||
EMANE_CHECKOUT: str = "v1.2.5"
|
EMANE_CHECKOUT: str = "v1.2.5"
|
||||||
OSPFMDR_CHECKOUT: str = "ae75141a9d3ec8c1c4163be671822a773ea9ba69"
|
OSPFMDR_CHECKOUT: str = "f4295dbdc37c6834485aa894fc5e49d04315b107"
|
||||||
REDHAT_LIKE = {
|
REDHAT_LIKE = {
|
||||||
"redhat",
|
"redhat",
|
||||||
"fedora",
|
"fedora",
|
||||||
|
|
Loading…
Reference in a new issue