Fix missing optional ISO gen request properties
diff --git a/src/iso.ts b/src/iso.ts
index f21e003..98b7721 100644
--- a/src/iso.ts
+++ b/src/iso.ts
@@ -25,6 +25,10 @@
 	interfaceName?: string | null;
 	ip6Address?: string | null;
 	ip6Gateway?: string | null;
+	mgmtInterface?: string | null;
+	mgmtIpAddress?: string | null;
+	mgmtIpGateway?: string | null;
+	mgmtIpNetmask?: string | null;
 	osVersionDir: string;
 	rootPass: string;
 }