Tobias Haag

Results 21 comments of Tobias Haag

some further prodding revealed that the xattr name size as calculated by XAttrSizeSetter is not exactly the size of the name under some circumstances which means that the buffer is...

Looks like 1235.12.0 has the same issue still :(

Actually just read the related and closed issue. Having multiple entries for single dns entry is a bad bad idea. However id love to see the zone implemented such that...

I am aware of that. However if the intend of mesos-dns is to act as a primary dns and a service discovery mechanism for applications then i do think it...

i think the primary reason PTRs themselves could be bad is it may confuse apps looking for certain entries. For ssl it could break the validation if the response FQDN...

a) those "Pets" will remain relatively static (fixed IP space, long lived) b) changes in the config can be driven through puppet (for us thats what we aim for) and...

Cool that is better yes. I also wanted to add some regex validation for the A and SRV RFCS because its otherwise unchecked user input. Are there any out of...

One more: In the sample records JSON above the SRV section has weight and priority, is that supported? I was hoping to use rg.insertRR() which doesn't seem to cater for...

If this is driven through insertState then I don't think it makes sense to use dns.RR as it would mean data goes from json > dns.RR > map[string][]string > dns.RR...