Use address-family specific lists of addr/mask entries instead of
authormillert <millert@openbsd.org>
Tue, 13 Jan 2015 21:42:59 +0000 (21:42 +0000)
committermillert <millert@openbsd.org>
Tue, 13 Jan 2015 21:42:59 +0000 (21:42 +0000)
commit694ff69b783a0c2f0ee93a079ac31492e25328b2
tree458ee8ba883fc46e9bdeabb5a8ab83833ef6853c
parent0532a46636b856485187ee6b4864f86bda800705
Use address-family specific lists of addr/mask entries instead of
a union that can store either ipv4 or ipv6.  The old method used
4x as much memory as was really needed for ipv4.  The spamd-setup
protocol has changed from: tag;message;a/m;a/m;a/m...\n
to :tag;message;af;count;a/m;a/m;a/m...[af;count;a/m;a/m;a/m]\n
OK phessler@ "nice" beck@
libexec/spamd-setup/spamd-setup.c
libexec/spamd/grey.c
libexec/spamd/sdl.c
libexec/spamd/sdl.h
libexec/spamd/spamd.c