diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-10-13 19:33:42 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-07 13:53:42 +0100 |
commit | 5ee69d11f2e859b77ff04bb4068f43082fd1794f (patch) | |
tree | fda0d5f87307d733ecfd830ad8996a9e6d176544 /proto/babel/babel.h | |
parent | 8b58f565e4fcd076e2d9fe008c7f2b19e264b319 (diff) |
Babel: Fix Hello and IHU expiration
Diffstat (limited to 'proto/babel/babel.h')
-rw-r--r-- | proto/babel/babel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/babel/babel.h b/proto/babel/babel.h index 95ea3036..1b857f09 100644 --- a/proto/babel/babel.h +++ b/proto/babel/babel.h @@ -191,6 +191,7 @@ struct babel_neighbor { u8 hello_cnt; u16 hello_map; u16 next_hello_seqno; + uint last_hello_int; /* expiry timers */ btime hello_expiry; btime ihu_expiry; |