From: Donald Sharp Date: Wed, 16 Aug 2017 22:57:59 +0000 (-0400) Subject: Allow topotests to work with eigrp and nhrp X-Git-Tag: frr-7.1-dev~151^2~235 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=cda83bee9f4e3c987375ed3250221052673f554f;p=mirror%2Ffrr.git Allow topotests to work with eigrp and nhrp Signed-off-by: Donald Sharp --- 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"