diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-09-28 01:03:42 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-12-09 20:54:02 +0100 |
commit | b4471a947e432e241372a7fd5b67bde48148b6f2 (patch) | |
tree | 51d9e7ed0859ac750133c2926be44f2087d921f0 /proto/aggregator | |
parent | 7233d10ced07fd69a28002aa450c3ad9ca8817f5 (diff) |
TunnelEncaps: Initial commit
Diffstat (limited to 'proto/aggregator')
-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); |