CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2017/02/28 09:46:27

Modified files:
        sys/net        : pfkeyv2.c pfkeyv2.h pfkeyv2_convert.c 
                         pfkeyv2_parsemessage.c 
        sbin/ipsecctl  : pfkdump.c pfkey.c 
        sbin/iked      : pfkey.c 
        sbin/isakmpd   : pf_key_v2.c 

Log message:
Depending on the addresses, ipsecctl(8) automatically groups sa
bundles together.  Extend the kernel interface to export the bundle
information to userland.  Then ipsecctl -ss -v can show the internal
relations.  Unfortunately the header SADB_X_EXT_PROTOCOL was reused
by SADB_X_GRPSPIS, so it cannot be used to transfer the second sa
type with sysctl.  Introduce a new SADB_X_EXT_SATYPE2 and use it
consistently.
OK hshoexer@ markus@

Reply via email to