mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:27:42 +00:00
topotests: Allow sharpd to be used in topotests
The sharp daemon did not have any ability to be used in topotests. Add some code to allow this. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
28440fd9f8
commit
849d1ed9af
@ -631,7 +631,7 @@ class Router(Node):
|
|||||||
self.daemons = {'zebra': 0, 'ripd': 0, 'ripngd': 0, 'ospfd': 0,
|
self.daemons = {'zebra': 0, 'ripd': 0, 'ripngd': 0, 'ospfd': 0,
|
||||||
'ospf6d': 0, 'isisd': 0, 'bgpd': 0, 'pimd': 0,
|
'ospf6d': 0, 'isisd': 0, 'bgpd': 0, 'pimd': 0,
|
||||||
'ldpd': 0, 'eigrpd': 0, 'nhrpd': 0, 'staticd': 0,
|
'ldpd': 0, 'eigrpd': 0, 'nhrpd': 0, 'staticd': 0,
|
||||||
'bfdd': 0}
|
'bfdd': 0, 'sharpd': 0}
|
||||||
self.daemons_options = {'zebra': ''}
|
self.daemons_options = {'zebra': ''}
|
||||||
self.reportCores = True
|
self.reportCores = True
|
||||||
self.version = None
|
self.version = None
|
||||||
|
Loading…
Reference in New Issue
Block a user