On 3/23/2021 8:35 AM, Marc Risse wrote:
Hello everyone,

will ".domain.com" match "b...@sub2.sub1.domain.com" or only "b...@sub1.domain.com" in transport maps? "parent_domain_matches_subdomains" is not set and I don't want it to match all subdomains on all levels.


Best
Marc



To control how many levels are matched you'll need a regex or pcre table.

for matching one level, maybe:
/^[a-z0-9]+\.example\.com$/  transport:nexthop



  -- Noel Jones

Reply via email to