diff options
Diffstat (limited to 'nest')
-rw-r--r-- | nest/rt-table.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index eff25e5c..b78e5896 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -2490,6 +2490,9 @@ rte_update_in(struct channel *c, const net_addr *n, rte *new, struct rte_src *sr if (l->state == PLS_BLOCKED) { + /* Required by rte_trace_in() */ + new->net = net; + rte_trace_in(D_FILTERS, c->proto, new, "ignored [limit]"); goto drop_update; } |