chiark / gitweb /
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)
commit6aa21132b259c53b0cba8e9edc95a848339b73d9
treeba6e95e65e21861fc3c1cd23957111be837d8cbc
parent69bdcb641431f07728d128a259ff8281547f62c8
svc/conntrack.in: Make an `InetAddress' class to do address wrangling.

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.
svc/conntrack.in