OpenSolaris

Printable Version Enter a New Search
Bug ID 6584011
Synopsis save_assoc() gets confused w.r.t. "proto".
State 10-Fix Delivered (Fix available in build)
Category:Subcategory network:ipsec
Keywords
Responsible Engineer Dan Mcdonald
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_73
Fixed In snv_73
Release Fixed solaris_nevada(snv_73) , solaris_10u7(s10u7_02) (Bug ID:2168183)
Related Bugs 6558864
Submit Date 23-July-2007
Last Update Date 15-September-2007
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.
Work Around
N/A
Comments
N/A