From: Katerina Kubecova Date: Wed, 8 Nov 2023 12:46:42 +0000 (+0100) Subject: ASPA: Automatic channel reload X-Git-Tag: v2.16~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=224fbe59802ea45820ce49fd1f59b91314b17e7e;p=thirdparty%2Fbird.git ASPA: Automatic channel reload --- 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; }