|
Description
|
If I add an SA like this:
add esp spi 0x3333 dst localhost iproto 17 encralg des encrkey 1234567890abcdef
What I get back from "ipseckey save" is different:
add esp \
spi 0x3333 encr_alg des-cbc replay 0 \
proto 41 \
src 0.0.0.0 \
dst 127.0.0.1 \
isrc :: \
idst :: \
encrkey 1334577991abcdef/64 \
Once the "proto" has been set, the "iproto" never prints.
|