mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-26 00:38:10 +00:00
Fixes TAP interface use with VPCS.
This commit is contained in:
parent
631d7a1e25
commit
1c4202187a
@ -393,7 +393,7 @@ class VPCSVM(BaseVM):
|
||||
elif isinstance(nio, NIOTAP):
|
||||
# TAP interface
|
||||
command.extend(["-e"])
|
||||
command.extend(["-d", nio.tap_vm])
|
||||
command.extend(["-d", nio.tap_device])
|
||||
|
||||
command.extend(["-m", str(self._manager.get_mac_id(self.id))]) # the unique ID is used to set the MAC address offset
|
||||
command.extend(["-i", "1"]) # option to start only one VPC instance
|
||||
|
Loading…
Reference in New Issue
Block a user