summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>1999-06-06 23:53:02 +0000
committerangelos <angelos@openbsd.org>1999-06-06 23:53:02 +0000
commitd71b6a86374c72041eee7e892442e99a3355c7de (patch)
treeac09664bad1b85945ebc94095cfdce446371b0c2
parentavoid a future problem inside an #ifdef notyet (diff)
downloadwireguard-openbsd-d71b6a86374c72041eee7e892442e99a3355c7de.tar.xz
wireguard-openbsd-d71b6a86374c72041eee7e892442e99a3355c7de.zip
Ident.
-rw-r--r--sys/netinet/ip_ipsp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h
index 59e65218cb7..34f7785fc78 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.34 1999/05/23 09:04:46 niklas Exp $ */
+/* $OpenBSD: ip_ipsp.h,v 1.35 1999/06/06 23:53:02 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -184,9 +184,9 @@ struct route_enc {
struct flow
{
- struct flow *flow_next; /* Next in flow chain */
- struct flow *flow_prev; /* Previous in flow chain */
- struct tdb *flow_sa; /* Pointer to the SA */
+ struct flow *flow_next; /* Next in flow chain */
+ struct flow *flow_prev; /* Previous in flow chain */
+ struct tdb *flow_sa; /* Pointer to the SA */
union sockaddr_union flow_src; /* Source address */
union sockaddr_union flow_srcmask; /* Source netmask */
union sockaddr_union flow_dst; /* Destination address */