CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2017/06/26 03:17:55
Modified files: sys/net : pfkeyv2.c pfkeyv2_parsemessage.c Log message: Allow updating the destination address of an existing TDB. Since the destination address is used as an index when looking for a TDB, we need to supply the new destination address in a different member. For this, re-use the proxy address, that so far no one else has been using. It would make sense to rename this member in the future. ok claudio@