2024-12-18 16:12:11 +01:00
|
|
|
diff --git a/lib/cloudregister/smt.py b/lib/cloudregister/smt.py
|
|
|
|
index 62c461a..19c7ebd 100644
|
|
|
|
--- a/lib/cloudregister/smt.py
|
|
|
|
+++ b/lib/cloudregister/smt.py
|
|
|
|
@@ -128,6 +128,7 @@ class SMT:
|
2024-05-03 11:37:19 +02:00
|
|
|
# --------------------------------------------------------------------
|
|
|
|
def get_ipv6(self):
|
|
|
|
"""Return the IP address"""
|
|
|
|
+ return None
|
|
|
|
# Before handling ipv6 the IP address was stored in the _ip
|
|
|
|
# member. When the SMT object is restored from an old pickeled
|
|
|
|
# file the _ipv6 member does not exist. Handle this transition
|