Skip to content

Commit 7ac01a4

Browse files
committed
Fix pydoc
1 parent ded4e91 commit 7ac01a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Kathara/model/Lab.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def connect_machine_obj_to_link(self, machine: 'MachinePackage.Machine', link_na
126126
link_name (str): The collision domain name.
127127
machine_iface_number (int): The number of the device interface to connect. If it is None, the first free
128128
number is used.
129+
mac_address (Optional[str]): The MAC address to assign to the interface.
129130
130131
Returns:
131132
Kathara.model.Interface.Interface: The interface object associated to the new interface..

0 commit comments

Comments
 (0)