added message for installing ospf mdr in install task
This commit is contained in:
parent
41f0c8ef95
commit
7dd2b66680
1 changed files with 1 additions and 0 deletions
1
tasks.py
1
tasks.py
|
@ -101,6 +101,7 @@ def install_ospf_mdr(c: Context, os_info: OsInfo, hide: bool) -> None:
|
|||
if c.run("which zebra", warn=True, hide=hide):
|
||||
print("quagga already installed, skipping ospf mdr")
|
||||
return
|
||||
print("installing ospf mdr...")
|
||||
if os_info.like == OsLike.DEBIAN:
|
||||
c.run("sudo apt install -y libtool gawk libreadline-dev", hide=hide)
|
||||
clone_dir = "/tmp/ospf-mdr"
|
||||
|
|
Loading…
Reference in a new issue