From: Mark Wooding Date: Wed, 23 Apr 2014 09:49:30 +0000 (+0100) Subject: noip.c, noip.1: Multiple address family support. X-Git-Tag: 1.1.0~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/preload-hacks/commitdiff_plain/9314b85a0abede2464bc7301cc0de4f57bb3005b?hp=9314b85a0abede2464bc7301cc0de4f57bb3005b noip.c, noip.1: Multiple address family support. Abstract out all of the address-family-specific hacking into a collection of utility functions. Now, with a little luck, adding additional address families later will be straightforward. The main casualty is the notional support for arbitrary netmasks, though in fact they never worked correctly. They've now been silently dropped: the new parser simply refuses to try. ---