bird2: Fix bus error on OSPF on IPQ806X
[feed/routing.git] / bird2 / patches / 000-ospf-bus-error.patch
1 --- a/proto/ospf/topology.h
2 +++ b/proto/ospf/topology.h
3 @@ -41,7 +41,7 @@ struct top_hash_entry
4 u8 mode; /* LSA generated during RT calculation (LSA_RTCALC or LSA_STALE)*/
5 u8 nhs_reuse; /* Whether nhs nodes can be reused during merging.
6 See a note in rt.c:add_cand() */
7 -};
8 +} PACKED;
9
10
11 /* Prevents ospf_hash_find() to ignore the entry, for p->lsrqh and p->lsrth */