From 246f95fba09a6135311616a6250b0fc9e30ccf7f Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 18 Oct 2023 20:31:33 -0500 Subject: [PATCH] fix --- hostapps/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapps/update.py b/hostapps/update.py index 6754458..f124664 100644 --- a/hostapps/update.py +++ b/hostapps/update.py @@ -28,7 +28,7 @@ def main(): manufacturer_id=cisco.id, role_id=network.id, status="active", - has_primary_ip4="true", + has_primary_ip="true", ): if device.virtual_chassis is not None: name = device.virtual_chassis.name