projects
/
dyn-nsupdate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01eb40
)
IPv6 local: report failure
author
Ralf Jung
<post@ralfj.de>
Thu, 8 Jan 2015 07:12:31 +0000
(08:12 +0100)
committer
Ralf Jung
<post@ralfj.de>
Thu, 8 Jan 2015 07:12:31 +0000
(08:12 +0100)
client-scripts/dyn-ns-client
patch
|
blob
|
history
diff --git
a/client-scripts/dyn-ns-client
b/client-scripts/dyn-ns-client
index 6c030d10bb523ea16ce9a05f5f23a892affac40a..9f8118b64a2ff3700de664a67af8637c3ff3c1bd 100755
(executable)
--- a/
client-scripts/dyn-ns-client
+++ b/
client-scripts/dyn-ns-client
@@
-76,6
+76,7
@@
def getMyIPv6(config, verbose = False):
if verbose:
print("Local IPv6 detected to be",ip)
return ip
+ raise Exception("Unable to detect correct local IPv6 address")
return getMyIP("IPv6", config, methods={'local': local}, verbose=verbose)
def getCurIP(domain, family):