]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
BMP: Fix missing template
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 18 Apr 2023 13:09:21 +0000 (15:09 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 18 Apr 2023 13:09:21 +0000 (15:09 +0200)
It is mandatory for protocol.

proto/bmp/bmp.c

index dbbb5e0c37b2231cac385c347d376b8dd5f7872b..48d16d6c821bd12a95cf7c38488e3c5dff390097 100644 (file)
@@ -1138,6 +1138,7 @@ bmp_reconfigure(struct proto *P UNUSED, struct proto_config *CF UNUSED)
 
 struct protocol proto_bmp = {
   .name = "BMP",
+  .template = "bmp%d",
   .class = PROTOCOL_BMP,
   .proto_size = sizeof(struct bmp_proto),
   .config_size = sizeof(struct bmp_config),