From 224fbe59802ea45820ce49fd1f59b91314b17e7e Mon Sep 17 00:00:00 2001 From: Katerina Kubecova Date: Wed, 8 Nov 2023 13:46:42 +0100 Subject: [PATCH] ASPA: Automatic channel reload --- nest/proto.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nest/proto.c b/nest/proto.c index a6c5a0c11..36c5b576a 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -422,6 +422,11 @@ channel_roa_subscribe_filter(struct channel *c, int dir) found = 1; break; + case FI_ASPA_CHECK_EXPLICIT: + tab = fi->i_FI_ASPA_CHECK_EXPLICIT.rtc->table; + if (valid) channel_roa_subscribe(c, tab, dir); + found = 1; + break; default: break; } -- 2.47.2