summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2018-09-28 01:03:42 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2024-07-05 17:09:07 +0200
commit57d9bce6a73788e1213b5a1292c21a56ae12daa6 (patch)
treea3c49af4154ad04c1eccce9ee8ac133650a70d5b /proto
parent19ca80c07efa6fb9f519bec136def7b04e96363d (diff)
TunnelEncaps: Initial commit
Diffstat (limited to 'proto')
-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);