diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-05-27 05:19:56 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-05-27 05:19:56 +0000 |
commit | 74406ee6e13d7c7a189ebec85a9be69948eb5c91 (patch) | |
tree | 23a21d6d191a73d356df4c75a8e8cdb760d0fcae /sbin/ipsecctl/pfkey.h | |
parent | 059769e15d5c84c13ea1a442d57bc60741a4c9c1 (diff) |
Support for dumping the SADB.
Diffstat (limited to 'sbin/ipsecctl/pfkey.h')
-rw-r--r-- | sbin/ipsecctl/pfkey.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipsecctl/pfkey.h b/sbin/ipsecctl/pfkey.h index 94853c9580a..cae6646a5d9 100644 --- a/sbin/ipsecctl/pfkey.h +++ b/sbin/ipsecctl/pfkey.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkey.h,v 1.1 2005/05/25 17:10:26 hshoexer Exp $ */ +/* $OpenBSD: pfkey.h,v 1.2 2005/05/27 05:19:55 hshoexer Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -21,6 +21,7 @@ #define PFKEYV2_CHUNK sizeof(u_int64_t) int pfkey_parse(struct sadb_msg *, struct ipsec_rule *); +void pfkey_print_sa(struct sadb_msg *, int); int pfkey_ipsec_establish(struct ipsec_rule *); int pfkey_ipsec_flush(void); int pfkey_init(void); |