From 4dc68fa20f93207ef54902d22b4df33677d8b69c Mon Sep 17 00:00:00 2001 From: Neil Schark <neil-jocelyn.schark@stud.h-da.de> Date: Wed, 7 Sep 2022 15:37:28 +0200 Subject: [PATCH] change to use systemmac --- ztpserver/ztpserver.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ztpserver/ztpserver.conf b/ztpserver/ztpserver.conf index 97366bd..88457c1 100644 --- a/ztpserver/ztpserver.conf +++ b/ztpserver/ztpserver.conf @@ -6,7 +6,7 @@ data_root=/ztp-root # UID used in the /nodes structure # default=serialnum -#identifier=<serialnum | systemmac> +identifier=systemmac # Server URL to-be-advertised to clients (via POST replies) during the bootstrap process # default=http://ztpserver:8080 -- GitLab