Wednesday, January 25, 2012, 10:45:04 AM, you wrote: > Is use of the deprecated options logged noisily?
No, it's not logged at all. I have modified the records.config.default.in to not have the deprecated options at all. > Did you consider allowing an optional address on the ipvX options? Yes, but I think based on normal usage patterns this is better. I would say the vast majority of users will simply set one of the ipv4 or ipv6 and not bind any addresses. You also have the inbound / outbound issue, so which of those would be the one attached to ipv4? My personal style choice is that the separation is better. >> - ip-out= > I'm not sure I understand the use case for this. Could you clarify how you > expect this to be used? The use case is where you expect clients to connect to both IPv4 and IPv6 origin servers from the same listen port and you want to bind a specific local address in both cases. So you could have just IPv6 internally and still be able to connect to both IPv6 and IPv4 origin servers with a specific local address. It's a bit ugly but I think we will want, during this transition period, to not lock out cross family connections.