Skip to content
Snippets Groups Projects
Commit 2df337a5 authored by Robert Latta's avatar Robert Latta
Browse files

removed unnecessary coriant lu field update

parent af539768
No related branches found
No related tags found
No related merge requests found
......@@ -216,8 +216,6 @@ def _coriant_field_update(record):
if record["port"] is not None and record["port"] != "":
separator = "/" if "-" in record["interface_name"] else ""
record["interface_name"] += separator + str(record["port"])
if record["logical_unit"] is not None and record["logical_unit"] != "":
record["interface_name"] += "." + str(record["logical_unit"])
return record
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment