chiark / gitweb /
noip.c, noip.1: Multiple address family support.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 23 Apr 2014 09:49:30 +0000 (10:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 25 Apr 2014 09:11:46 +0000 (10:11 +0100)
commit9314b85a0abede2464bc7301cc0de4f57bb3005b
tree2b1661ecbc0af7989bd77dab125e86a4f5565921
parent9f1396d9c6c68d36ade0895148a15c963d014473
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.
noip.1
noip.c