From cda83bee9f4e3c987375ed3250221052673f554f Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 16 Aug 2017 18:57:59 -0400 Subject: [PATCH] Allow topotests to work with eigrp and nhrp Signed-off-by: Donald Sharp --- tests/topotests/lib/topotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py index 255839cf14..2eee0f0d3f 100644 --- a/tests/topotests/lib/topotest.py +++ b/tests/topotests/lib/topotest.py @@ -451,7 +451,7 @@ class Router(Node): self.routertype = 'frr' self.daemons = {'zebra': 0, 'ripd': 0, 'ripngd': 0, 'ospfd': 0, 'ospf6d': 0, 'isisd': 0, 'bgpd': 0, 'pimd': 0, - 'ldpd': 0} + 'ldpd': 0, 'eigrpd': 0, 'nhrpd': 0} def _config_frr(self, **params): "Configure FRR binaries" -- 2.39.5