From 4c47e7ab216ce466de9e67e9144e04d830c5f0d3 Mon Sep 17 00:00:00 2001
From: Fabian Seidl <fabian.seidl@h-da.de>
Date: Fri, 26 Apr 2024 09:08:47 +0000
Subject: [PATCH] Apply 2 suggestion(s) to 2 file(s)

---
 goKMS/config/config.go | 2 +-
 playground.clab.yaml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/goKMS/config/config.go b/goKMS/config/config.go
index 26452c76..cc66934e 100644
--- a/goKMS/config/config.go
+++ b/goKMS/config/config.go
@@ -62,7 +62,7 @@ type kmsVersionInformation struct {
 	hwVersion string
 }
 
-func (evi *kmsVersionInformation) Firmware() string {
+func (kvi *kmsVersionInformation) Firmware() string {
 	return evi.firmware
 }
 
diff --git a/playground.clab.yaml b/playground.clab.yaml
index 1b3f7013..9ce863d8 100644
--- a/playground.clab.yaml
+++ b/playground.clab.yaml
@@ -27,7 +27,7 @@ topology:
 
     gosdnc:
       kind: linux
-      image: registry.code.fbi.h-da.de/danet/gosdn/gosdnc:186ee2883e513cc6cdc0856latestda61aa4b1e0e562ad
+      image: registry.code.fbi.h-da.de/danet/gosdn/gosdnc:latest
       mgmt-ipv4: 172.100.20.4
       binds:
         - ./config/goKMS01-a.json:/goKMS01-a.json
-- 
GitLab