]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
ASPA: Automatic channel reload
authorKaterina Kubecova <katerina.kubecova@nic.cz>
Wed, 8 Nov 2023 12:46:42 +0000 (13:46 +0100)
committerMaria Matejka <mq@ucw.cz>
Sat, 9 Nov 2024 15:51:06 +0000 (16:51 +0100)
nest/proto.c

index a6c5a0c1187831a4f252182f7839c23286b595a3..36c5b576a1600b201174f4e761680b3308a4f0e5 100644 (file)
@@ -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;
     }