(racoon2 32) remote peers_id as iniator
Francis Dupont <[email protected]> Sun, 04 Dec 2005 23:21:11 +0100
| Newsgroups | gmane.network.ipv6.kame.racoon |
|---|---|
| Message-ID | <[email protected]> |
in iked/ikev2.c initiator_state1_send() the optional IDr in message 3 is sent when peers_id is set. The draft -17 says: The optional payload IDr enables the initiator to specify which of the responder's identities it wants to talk to. This is useful when the machine on which the responder is running is hosting multiple identities at the same IP address. So IMHO it should be sent only in some very special cases... I propose to comment out (#ifdef 0) this piece of code. Regards [email protected]