]> git.ipfire.org Git - thirdparty/bind9.git/commit
improve readability of radix code
authorEvan Hunt <each@isc.org>
Fri, 25 May 2018 20:25:54 +0000 (13:25 -0700)
committerEvan Hunt <each@isc.org>
Fri, 8 Jun 2018 18:55:53 +0000 (11:55 -0700)
commitf7f20b1202ef0299c15cd0ff93e45483bb04152d
tree1cb5020312bf4e7e430d7745758f491bf9e550d4
parentf11181c255e837b228be45e1263971c075b8da9a
improve readability of radix code

- use RADIX_V4, RADIX_V6, RADIX_V4_ECS, and RADIX_V6_ECS as array
  indices instead of 0 through 3.
- remove some unused macros
lib/dns/acl.c
lib/dns/iptable.c
lib/isc/include/isc/radix.h
lib/isc/radix.c