On 1 June 2016 at 09:56, Patrick Wildt <[email protected]> wrote: > Hi, > > iked_cp_fixaddr() is called to replace unspecified (e.g. 0.0.0.0) > addresses by specified (e.g. 192.0.2.1) ones. The function should > return if the address is already set. The check is wrong for the > IPv6 case, as it returns if it's not set. This causes the address > to never be fixed. > > ok? > > Patrick >
This is correct. OK mikeb
