diff options
Diffstat (limited to 'proto/aggregator/aggregator.c')
-rw-r--r-- | proto/aggregator/aggregator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/aggregator/aggregator.c b/proto/aggregator/aggregator.c index e5c2a176..950da103 100644 --- a/proto/aggregator/aggregator.c +++ b/proto/aggregator/aggregator.c @@ -560,6 +560,8 @@ aggregator_rt_notify(struct proto *P, struct channel *src_ch, net *net, rte *new case T_PATH_MASK_ITEM: case T_ROUTE: case T_ROUTES_BLOCK: + case T_SUBTLV: + case T_TLVLIST: bug("Invalid type %s in hashing", f_type_name(tmp_bucket->aggr_data[i].type)); case T_SET: MX(t); |