diff options
Diffstat (limited to 'tests/topotests/lib/topogen.py')
| -rw-r--r-- | tests/topotests/lib/topogen.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/topotests/lib/topogen.py b/tests/topotests/lib/topogen.py index 3bb63a017b..9c72adc744 100644 --- a/tests/topotests/lib/topogen.py +++ b/tests/topotests/lib/topogen.py @@ -801,7 +801,8 @@ class TopoRouter(TopoGear): """ self.load_config(self.RD_FRR, source) if not daemons: - # Always add zebra + # Always add zebra and mgmtd + self.load_config(self.RD_MGMTD) self.load_config(self.RD_ZEBRA) for daemon in self.RD: # This will not work for all daemons |
