summaryrefslogtreecommitdiff
path: root/lib/bfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bfd.h')
-rw-r--r--lib/bfd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bfd.h b/lib/bfd.h
index 05b45a1c34..344ecc2c4d 100644
--- a/lib/bfd.h
+++ b/lib/bfd.h
@@ -385,8 +385,8 @@ struct bfd_session_arg {
/** Multi hop indicator. */
uint8_t mhop;
- /** Expected TTL. */
- uint8_t ttl;
+ /** Expected hops. */
+ uint8_t hops;
/** C bit (Control Plane Independent bit) indicator. */
uint8_t cbit;