diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-09-28 01:03:42 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2024-07-05 17:09:07 +0200 |
commit | 57d9bce6a73788e1213b5a1292c21a56ae12daa6 (patch) | |
tree | a3c49af4154ad04c1eccce9ee8ac133650a70d5b /proto | |
parent | 19ca80c07efa6fb9f519bec136def7b04e96363d (diff) |
TunnelEncaps: Initial commit
Diffstat (limited to 'proto')
-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); |