Allow updating the destination address of an existing TDB. Since the
authorpatrick <patrick@openbsd.org>
Mon, 26 Jun 2017 09:17:55 +0000 (09:17 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 26 Jun 2017 09:17:55 +0000 (09:17 +0000)
commitbfc1a4d793981af1bb5de9c61ec0a62874899ede
tree673fe39af6c8c4dae65cb8b9dad71a431fdc7c0b
parent1d4391f6136e775a788325c3ce7d2b4715160921
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@
sys/net/pfkeyv2.c
sys/net/pfkeyv2_parsemessage.c