[Swan-dev] early Monday test: result changes

Antony Antony antony at phenome.org
Tue Sep 22 02:29:55 EEST 2015


On Mon, Sep 21, 2015 at 11:42:03AM -0400, D. Hugh Redelmeier wrote:
> newoe-20-ipv6
> 	New test.
> 	Fails.  Pretty completely.
> 	Maybe it relates to this in road.pluto.log:
> initiate on demand from 2001:db8:1:3::209:1 to 2001:db8:1:3::209:3 proto=58 state: fos_start because: acquire
> Can not opportunistically initiate for 2001:db8:1:3::209 to 2001:db8:1:3::209: acquire for our own IP address

that is the symptom. the pluto crash is in ikev2.c 
1538                             DBG_log("sending V2 reply packet to %s:%u (from      port %u)",
1539                                     ipstr(&st->st_remoteaddr, &b),
1540                                     st->st_remoteport,
1541                                     st->st_interface->port);

st->st_interface is null when pluto get acquire for ourself.

the focus of the test newoe-20-ipv6 was OE and IPv6. I worked around the crash by adding
own IP address to clear.  Later I will create a test case to debug the crash.

-antony


More information about the Swan-dev mailing list