Skip to content
Snippets Groups Projects
Commit b63cf872 authored by Ramon Stutz's avatar Ramon Stutz
Browse files

typo in address

parent 15f4a733
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ async def createInterface(client: InfrahubClient, branch: str, services: dict):
"name": interface["name"].replace("eth", "Ethernet"),
"description": interface["description"],
"mode": "access",
"ipadaress": f"fc00:0:0:{endoctet}::",
"ipaddress": f"fc00:0:0:{endoctet}::",
"device": device,
"vlan": vlan
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment