CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2023/08/06 21:35:06

Modified files:
        sys/net        : pfkeyv2.c pfkeyv2.h pfkeyv2_convert.c 
                         pfkeyv2_parsemessage.c 

Log message:
add a struct sadb_x_iface message for interface SAs

this allows userland to install (and see) security associations for
route-based ipsec vpns. if this message is part of an SA, it causes
the TDBF_IFACE flag and associated fields in a tdb to be set.

the interface unit field in this message maps to minor number of
the sec(4) interface you want to the SA to work with. ie, set the
sadb_x_iface_unit field in struct sadb_x_iface to 1 to set up an
SA for use with sec1. the sadb_x_iface_direction in the message
uses IPSP_DIRECTION_IN and IPSP_DIRECTION_OUT to specify in which
direction that SA is supposed to process traffic.

support from many including markus@ tobhe@ claudio@ sthen@ patrick@
now is a good time deraadt@

Reply via email to