Shinta Sugimoto writes: I am Shinta Sugimoto from NRJ. I've been working on MIPv6 implementation for BSD (http://nwrg.nrj.ericsson.se/mip6). Recently I am trying to implement dynamic keying for protecting RR signals as specified in ha-ipsec-05 draft. I just need clarification on description of (K) bit in base spec. In base spec, Section 6.1.7 says: >> Key Management Mobility Capability (K) >> >> If this bit is cleared, the protocol used for establishing the >> IPsec security associations between the mobile node and the home >> agent does not survive movements. It may then have to be rerun. >> (Note that the IPsec security associations themselves are expected >> >> to survive movements.) If manual IPsec configuration is used, the >> bit MUST be set to 1. I am confused by the last 2 lines. Going through corresponding part of base specification and ha-ipsec-05, it seems to me that when the manual IPsec configuration is used the bit MUST be cleared. Am I right or missing something? ------------ Jari Arkko writes: You are absolutely correct about the text, it should say the bit is cleared. ------------ ------------