summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphessler <phessler@openbsd.org>2016-09-20 10:41:43 +0000
committerphessler <phessler@openbsd.org>2016-09-20 10:41:43 +0000
commit7bb1daff714bfe38830a0d269921f736e4cb1e0b (patch)
treebf25968082798db9219717bfc17c30b96f77d661
parentbuild the ramdisk version of route(8) with SMALL (diff)
downloadwireguard-openbsd-7bb1daff714bfe38830a0d269921f736e4cb1e0b.tar.xz
wireguard-openbsd-7bb1daff714bfe38830a0d269921f736e4cb1e0b.zip
we will also want the echo timing paramater
-rw-r--r--sys/net/bfd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/bfd.h b/sys/net/bfd.h
index c652ce536d7..eb196671b08 100644
--- a/sys/net/bfd.h
+++ b/sys/net/bfd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bfd.h,v 1.8 2016/09/19 07:28:40 phessler Exp $ */
+/* $OpenBSD: bfd.h,v 1.9 2016/09/20 10:41:43 phessler Exp $ */
/*
* Copyright (c) 2016 Peter Hessler <phessler@openbsd.org>
@@ -64,6 +64,7 @@ struct bfd_msghdr {
uint16_t bm_mode;
uint32_t bm_mintx;
uint32_t bm_minrx;
+ uint32_t bm_minecho;
uint16_t bm_multiplier;
time_t bm_uptime;