mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Fix VPCS configuration is overwritten on project load
Fix https://github.com/GNS3/gns3-gui/issues/1766
This commit is contained in:
parent
58287b3638
commit
f7d87f09f1
@ -69,7 +69,7 @@ class VPCSVM(BaseNode):
|
||||
self._local_udp_tunnel = None
|
||||
|
||||
# VPCS settings
|
||||
if startup_script is not None:
|
||||
if startup_script is not None and not self.script_file: # We disallow override at startup
|
||||
self.startup_script = startup_script
|
||||
self._ethernet_adapter = EthernetAdapter() # one adapter with 1 Ethernet interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user