]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tools: add eigrp support on frr-reload
authorChristian Poessinger <christian@poessinger.com>
Sun, 29 May 2022 08:56:56 +0000 (10:56 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 31 May 2022 15:02:00 +0000 (15:02 +0000)
Signed-off-by: Christian Poessinger <christian@poessinger.com>
(cherry picked from commit 93ced413424fdc732307add57b178a0bde86376f)

tools/frr-reload.py

index 2b76c43f7b88bdde43726f21e1cd0bdb3381b9a1..c9140c155361108deea908d0c505337ebdbdad08 100755 (executable)
@@ -1822,6 +1822,7 @@ if __name__ == "__main__":
         "ldpd",
         "pathd",
         "bfdd",
+        "eigrpd",
     ]:
         msg = "Daemon %s is not a valid option for 'show running-config'" % args.daemon
         print(msg)