mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
BMP: Fix missing template
It is mandatory for protocol.
This commit is contained in:
parent
106d206728
commit
549d8a991d
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user