mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Protocol: Introducing an enum protocol_class
This supersedes the EAP_* constants.
This commit is contained in:
@@ -656,6 +656,7 @@ static_show(struct proto *P)
|
||||
struct protocol proto_static = {
|
||||
.name = "Static",
|
||||
.template = "static%d",
|
||||
.class = PROTOCOL_STATIC,
|
||||
.preference = DEF_PREF_STATIC,
|
||||
.channel_mask = NB_ANY,
|
||||
.proto_size = sizeof(struct static_proto),
|
||||
|
Reference in New Issue
Block a user