|
Description
|
Adding a preshared key with localid of something non-IP and remoteid of IP causes in.iked to core dump when the keys are dumped. (The localid here is obviously wrong, but for purposes of this bug, it is a simple string).
ikeadm> add preshared { localidtype DNS remoteidtype IP localid 10.1.1.32 remoteid 10.1.1.45 ike_mode main key 123457 }
ikeadm: Successfully created new preshared key.
ikeadm> dump preshared
PSKEY: For main mode (identity protect) exchanges
PSKEY: Pre-shared key (3 bytes): 123457/24
LOCIP: Address:
LOCIP: AF_INET: port 0, 10.1.1.32 (vsp-ench210-1.Central. xxxxx .COM).
REMIP: Address:
Unable to communicate with in.iked
ikeadm: door_call failed: Interrupted system call
REMIP: ikeadm>
|