mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Adding proto_dump_all() function
This commit is contained in:
@@ -35,6 +35,7 @@ void protos_init(void);
|
||||
void protos_preconfig(void);
|
||||
void protos_postconfig(void);
|
||||
void protos_start(void);
|
||||
void protos_dump_all(void);
|
||||
|
||||
extern list protocol_list;
|
||||
|
||||
@@ -43,6 +44,7 @@ extern list protocol_list;
|
||||
*/
|
||||
|
||||
extern struct protocol proto_device;
|
||||
extern struct protocol proto_rip;
|
||||
|
||||
/*
|
||||
* Routing Protocol Instance
|
||||
|
Reference in New Issue
Block a user