]> git.ipfire.org Git - people/stevee/ddns.git/commit
Catch "no route to host" errors
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Jun 2015 22:34:32 +0000 (22:34 +0000)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 1 Jul 2015 19:42:08 +0000 (21:42 +0200)
commit5d98b00335d8c016c19c884e51c0a48aee2e1692
tree1898797b6ffb9dc9b6c646177d28db56e3f45b30
parent78694cf1ecac743ce862793e4b821fac379f7a94
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>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/ddns/errors.py
src/ddns/system.py