Hi Seth,

On 04/06/2017 01:49 AM, Seth Orstein wrote:
> I find that to use the expungeByName cache command in dnsdist I have to
> end the name with \013,  why is this?
> 
> An example that works would be:
> 
> getPool("mainpool"):getCache():expungeByName(newDNSName("google.com
> \013"))
> 
> If I leave out the ending \013 in the DNS name, like so:
> 
> getPool("mainpool"):getCache():expungeByName(newDNSName("google.com
> "))
> 
>  the entry is not deleted from the cache.

Well, it should. I just tried with dnsdist git master on Arch and it
works as expected without the "\013" (and doesn't work _with_ the
"\013"). Would you mind sharing the exact version you are running and on
which OS?

-- 
Remi

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
dnsdist mailing list
dnsdist@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/dnsdist

Reply via email to