summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2013-10-19 14:23:27 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2013-10-19 14:23:27 +0000
commit07c80c7c04bd0ed33871473592ee75b2b1022d7f (patch)
treed5f3d3f6a93219748bce8cef38875d069983ae26 /sys
parent5381202df5165cc09c51e6fa51603a28bd853421 (diff)
forgot the cookies
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_vxlan.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/net/if_vxlan.h b/sys/net/if_vxlan.h
index 192f55e59e7..ab81ff5d332 100644
--- a/sys/net/if_vxlan.h
+++ b/sys/net/if_vxlan.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_vxlan.h,v 1.2 2013/10/14 14:04:22 reyk Exp $ */
+/* $OpenBSD: if_vxlan.h,v 1.3 2013/10/19 14:23:26 reyk Exp $ */
/*
* Copyright (c) 2013 Reyk Floeter <reyk@openbsd.org>
@@ -45,7 +45,11 @@ struct vxlanudpiphdr {
struct vxlan_softc {
struct arpcom sc_ac;
struct ifmedia sc_media;
+
struct ip_moptions sc_imo;
+ void *sc_ahcookie;
+ void *sc_lhcookie;
+
struct sockaddr_storage sc_src;
struct sockaddr_storage sc_dst;
in_port_t sc_dstport;