diff options
author | 2016-09-20 10:41:43 +0000 | |
---|---|---|
committer | 2016-09-20 10:41:43 +0000 | |
commit | 7bb1daff714bfe38830a0d269921f736e4cb1e0b (patch) | |
tree | bf25968082798db9219717bfc17c30b96f77d661 | |
parent | build the ramdisk version of route(8) with SMALL (diff) | |
download | wireguard-openbsd-7bb1daff714bfe38830a0d269921f736e4cb1e0b.tar.xz wireguard-openbsd-7bb1daff714bfe38830a0d269921f736e4cb1e0b.zip |
we will also want the echo timing paramater
-rw-r--r-- | sys/net/bfd.h | 3 |
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; |