summaryrefslogtreecommitdiff
path: root/bfdd/bfdctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfdd/bfdctl.h')
-rw-r--r--bfdd/bfdctl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfdd/bfdctl.h b/bfdd/bfdctl.h
index 95cfcb1105..e1cff9a31c 100644
--- a/bfdd/bfdctl.h
+++ b/bfdd/bfdctl.h
@@ -84,11 +84,15 @@ struct bfd_peer_cfg {
bool bpc_has_echointerval;
uint64_t bpc_echointerval;
+ bool bpc_has_minimum_ttl;
+ uint8_t bpc_minimum_ttl;
+
bool bpc_echo;
bool bpc_createonly;
bool bpc_shutdown;
bool bpc_cbit;
+ bool bpc_passive;
bool bpc_has_profile;
char bpc_profile[64];