]> git.ipfire.org Git - people/ms/ddns.git/commit
Catch "no route to host" errors
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jun 2015 22:04:34 +0000 (22:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jun 2015 22:04:34 +0000 (22:04 +0000)
commit45711d99631b4b64642f0dc9610a6a741fbc648c
treeee6a0ba5ffdbaa4e9efed0f720a029a38c8557a9
parentf62fa5baffe2d225604460ecd03b8159b987df8f
Catch "no route to host" errors

When there is no route to a target host, we will throw
a DDNSNetworkError so that this error can be handled afterwards.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/ddns/errors.py
src/ddns/system.py