summaryrefslogtreecommitdiff
path: root/proto/static/static.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2021-09-29 17:59:50 +0200
committerMaria Matejka <mq@ucw.cz>2021-11-22 19:05:44 +0100
commit18f66055e3f7eec2108e18679652aee47f5de6b2 (patch)
treec2195765f7444c838e48a5827bf20b7d406f8ab0 /proto/static/static.c
parent038fcf1c8b7716415235384de5dc47d07dc45b85 (diff)
Global table update pool removed
Diffstat (limited to 'proto/static/static.c')
-rw-r--r--proto/static/static.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/static/static.c b/proto/static/static.c
index b0c9d640..45791e8e 100644
--- a/proto/static/static.c
+++ b/proto/static/static.c
@@ -98,7 +98,7 @@ static_announce_rte(struct static_proto *p, struct static_route *r)
if (r->dest == RTDX_RECURSIVE)
{
rtable *tab = ipa_is_ip4(r->via) ? p->igp_table_ip4 : p->igp_table_ip6;
- rta_set_recursive_next_hop(p->p.main_channel->table, a, tab, r->via, IPA_NONE, r->mls);
+ rta_set_recursive_next_hop(p->p.main_channel->table, a, tab, r->via, IPA_NONE, r->mls, static_lp);
}
/* Already announced */