diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-10-13 19:34:34 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-07 13:53:42 +0100 |
commit | 38f4721092f5a835248f9f521d34990ec9883dbd (patch) | |
tree | 8abc57ca498f9bbc5eb0467d896fc8bc2b0e8a7a /proto/babel/babel.h | |
parent | 5ee69d11f2e859b77ff04bb4068f43082fd1794f (diff) |
Babel: Avoid batch seqno updates
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 1b857f09..d0c159f9 100644 --- a/proto/babel/babel.h +++ b/proto/babel/babel.h @@ -139,6 +139,7 @@ struct babel_proto { list interfaces; /* Interfaces we really know about (struct babel_iface) */ u64 router_id; u16 update_seqno; /* To be increased on request */ + u8 update_seqno_inc; /* Request for update_seqno increase */ u8 triggered; /* For triggering global updates */ slab *route_slab; |