Damian Lukowski: > Hi, > > is there a reason that tcp_table has the DICT_FLAG_PATTERN flag > instead of DICT_FLAG_FIXED? One could create more flexible transport > map chains if tcp_table was also queried for pure domains.
Like pcre, regexp, and socketmap, tcp_table is queried only with the full search string. Substring matches can be done with regexp/pcre patterns, or with socketmap/tcp_table server code. Wietse