|
Description
|
when a preshared key ended with localid/remoteid/key but without a value followed, Segmentation Fault (core dumped) occured.
ikeadm> add preshared { localid 10.1.1.2 localidtype IP key
Segmentation Fault (core dumped)
And a preshared key could be added successfully even without a '}' at the end, that should be invalid preshared key definition too.
ikeadm> add preshared { localid 10.1.1.2 localidtype IP key 12345 remoteidtype IP remoteid 10.1.1.3 ike_mode main
ikeadm: Successfully created new preshared key.
|