Enhance --synth-domain to allow names with sequential integers.

This commit is contained in:
Simon Kelley
2018-03-10 18:12:04 +00:00
parent 4f7bb57e97
commit 6b2b564ac3
5 changed files with 175 additions and 88 deletions

View File

@@ -839,7 +839,7 @@ struct cond_domain {
#ifdef HAVE_IPV6
struct in6_addr start6, end6;
#endif
int is6;
int is6, indexed;
struct cond_domain *next;
};