functions.m4, classify.m4: Handle negative address ranges.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 23 Mar 2012 16:02:25 +0000 (16:02 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 23 Mar 2012 18:52:13 +0000 (18:52 +0000)
That is, a network can explicitly exclude an address range.  Ranges are
checked in order, so you carve out a hole in the middle of a range by
putting a negative range first for the hole first, and the big network
afterwards.

This involves a fairly major rearrangement of the address classification
machinery.  Again.


No differences found