Sync from SUSE:SLFO:Main cloud-regionsrv-client revision 0cacbab9ea5f7f9becd27f2a2ce59562
This commit is contained in:
10
fix-for-sles12-disable-ipv6.patch
Normal file
10
fix-for-sles12-disable-ipv6.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- lib/cloudregister/smt.py.orig
|
||||
+++ lib/cloudregister/smt.py
|
||||
@@ -109,6 +109,7 @@ class SMT:
|
||||
# --------------------------------------------------------------------
|
||||
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
|
Reference in New Issue
Block a user