mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Allow setting debug value and `disabled' flag in protocol definition.
This commit is contained in:
@ -60,6 +60,7 @@ struct proto {
|
||||
pool *pool; /* Local objects */
|
||||
unsigned preference; /* Default route preference */
|
||||
unsigned state; /* PRS_... */
|
||||
unsigned disabled; /* Manually disabled */
|
||||
|
||||
void (*if_notify)(struct proto *, unsigned flags, struct iface *new, struct iface *old);
|
||||
void (*rt_notify)(struct proto *, struct network *net, struct rte *new, struct rte *old);
|
||||
|
Reference in New Issue
Block a user