hi, not sure it's really a bug or if i should work around it, i have a setup with multiple iked talking to each other, one of my endpoints is behind a consumer dsl, so its IP changes from time to time - and one of my tunnels tries to connect to it, using 'peer my.fqdn'.
when the ip changes, i update my dns to use the new ip for my.fqdn, but iked still tries to connect to the previous ip, and so far i need to remember to restart iked so that it picks up the new ip via dns. I've looked at parse.y and my understanding is that host_dns() is only called when loading the config, so technically i guess i could try 'ikectl reload' when i detect that the ip changed but it would be much nicer if iked would gracefully handle that.. Landry
