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:
@@ -75,8 +75,8 @@ bt_bird_init(void)
|
||||
|
||||
void bt_bird_cleanup(void)
|
||||
{
|
||||
for (int i = 0; i < EAP_MAX; i++)
|
||||
attr_class_to_protocol[i] = NULL;
|
||||
for (int i = 0; i < PROTOCOL__MAX; i++)
|
||||
class_to_protocol[i] = NULL;
|
||||
|
||||
config = new_config = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user