mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 07:23:47 +02:00
Fixes initial-config not loading for IOU L2.
This commit is contained in:
parent
cde5c3d994
commit
b5aabd4cc5
@ -726,7 +726,7 @@ class IOUVM(BaseVM):
|
||||
|
||||
initial_config_file = self.initial_config_file
|
||||
if initial_config_file:
|
||||
command.extend(["-c", initial_config_file])
|
||||
command.extend(["-c", os.path.basename(initial_config_file)])
|
||||
if self._l1_keepalives:
|
||||
yield from self._enable_l1_keepalives(command)
|
||||
command.extend([str(self.application_id)])
|
||||
|
Loading…
Reference in New Issue
Block a user