diff options
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 b194ce30..e5c9cd5b 100644 --- a/proto/babel/babel.h +++ b/proto/babel/babel.h @@ -112,6 +112,7 @@ struct babel_config { struct proto_config c; list iface_list; /* List of iface configs (struct babel_iface_config) */ uint hold_time; /* Time to hold stale entries and unreachable routes */ + u8 randomize_router_id; struct channel_config *ip4_channel; struct channel_config *ip6_channel; |