Skip to content
Snippets Groups Projects
Commit 2d60cfe1 authored by Jorge Sasiain's avatar Jorge Sasiain
Browse files

fix lint-documentation

parent bf27c436
No related branches found
No related tags found
1 merge request!88Feature/nat 244 lag deletion
Pipeline #84265 passed
This commit is part of merge request !88. Comments created here will be created in the context of that merge request.
...@@ -235,7 +235,7 @@ class NetboxClient: ...@@ -235,7 +235,7 @@ class NetboxClient:
f"The interface: {iface_name} on device: {device_name} belongs to a different LAG: {lag.name}." f"The interface: {iface_name} on device: {device_name} belongs to a different LAG: {lag.name}."
) )
# Remove physical interface from lag (i.e. remove the lag reference in the physical interface) # Remove physical interface from lag (that is, remove the lag reference in the physical interface)
iface.lag = None iface.lag = None
# Update physical interface # Update physical interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment