diff --git a/proto/bmp/bmp.c b/proto/bmp/bmp.c index dbbb5e0c..48d16d6c 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),