summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2023-11-23 03:20:18 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2023-11-23 03:20:18 +0100
commit3ed6ef3ec93a1c168270f7a3fb82b95ea354de6b (patch)
treee27513de53906203784f72f337a6838b16223eb7
parentbc9eb2e2b154142d58dab866f5c6b5a4f189d3b0 (diff)
WIP: aggregator
-rw-r--r--proto/aggregator/aggregator.c2
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);