From: Ondrej Zajicek Date: Tue, 18 Apr 2023 13:09:21 +0000 (+0200) Subject: BMP: Fix missing template X-Git-Tag: v2.13~2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04e3a76c9417d35acdfba96a11327e99000fe47d;p=thirdparty%2Fbird.git BMP: Fix missing template It is mandatory for protocol. --- diff --git a/proto/bmp/bmp.c b/proto/bmp/bmp.c index dbbb5e0c3..48d16d6c8 100644 --- a/proto/bmp/bmp.c +++ b/proto/bmp/bmp.c @@ -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),