From 119e332f80ea459563ea881f18a29c00381c1ccc Mon Sep 17 00:00:00 2001 From: angelos Date: Mon, 28 Apr 1997 19:21:15 +0000 Subject: [PATCH] Added faddr/laddr on the pfkeycb, for completeness. --- sys/net/pfkeyv2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index d8eaef81acd..ba1e4b935af 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -1,5 +1,3 @@ -/* $id$ */ - /* * The author of this code is Angelos D. Keromytis, angelos@openbsd.org * (except when noted otherwise). @@ -29,6 +27,8 @@ struct pfkeycb { LIST_ENTRY(pfkeycb) pfkey_list; struct socket *pfkey_socket; + struct sockaddr *pfkey_faddr; + struct sockaddr *pfkey_laddr; struct sockproto pfkey_proto; u_int32_t pfkey_flags; #define PFKEYv2_REGISTERED 0x1 -- 2.20.1