]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Allow topotests to work with eigrp and nhrp
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 16 Aug 2017 22:57:59 +0000 (18:57 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/lib/topotest.py

index 255839cf1435eb0aa17acdb4b75eef42e6904aa1..2eee0f0d3f47341ee25d8962dcb6a680dd77a5a2 100644 (file)
@@ -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"