svc/conntrack.in: Make an `InetAddress' class to do address wrangling.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 28 Sep 2017 18:54:32 +0000 (19:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 28 Jun 2018 23:29:23 +0000 (00:29 +0100)
The name is a little misleading: it can also represent a network, but
separating the two turns out to be a little tedious, so I don't bother.

This means that the configuration now actually contains (PEER,
TEST-ADDRESS, LOCAL-NET) triples, rather than keeping the address and
mask portions of the LOCAL-NET separate.

This is rather an invasive change.  Sorry.


No differences found