CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2021/12/01 05:51:09

Modified files:
        sys/net        : if_bridge.c 
        sys/netinet    : ip_ipsp.h ip_output.c ip_spd.c ipsec_input.c 
                         tcp_input.c udp_usrreq.c 
        sys/netinet6   : ip6_forward.c ip6_output.c ip6_var.h 

Log message:
Let ipsp_spd_lookup() return an error instead of a TDB.  The TDB
is not always needed, but the error value is necessary for the
caller.  As TDB should be refcounted, it makes not sense to always
return it.  Pass an output pointer for the TDB which can be NULL.
OK mvs@ tobhe@

Reply via email to