mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 18:56:40 +00:00
babeld: Make the zebra_privs_t available for use
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
2c73b25897
commit
346526cc5b
@ -84,7 +84,7 @@ static zebra_capabilities_t _caps_p [] =
|
|||||||
ZCAP_BIND
|
ZCAP_BIND
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct zebra_privs_t babeld_privs =
|
struct zebra_privs_t babeld_privs =
|
||||||
{
|
{
|
||||||
#if defined(FRR_USER)
|
#if defined(FRR_USER)
|
||||||
.user = FRR_USER,
|
.user = FRR_USER,
|
||||||
|
@ -113,6 +113,8 @@ struct babel
|
|||||||
struct thread *t_update; /* timers */
|
struct thread *t_update; /* timers */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extern struct zebra_privs_t babeld_privs;
|
||||||
|
|
||||||
extern void babeld_quagga_init(void);
|
extern void babeld_quagga_init(void);
|
||||||
extern int input_filter(const unsigned char *id,
|
extern int input_filter(const unsigned char *id,
|
||||||
const unsigned char *prefix, unsigned short plen,
|
const unsigned char *prefix, unsigned short plen,
|
||||||
|
Loading…
Reference in New Issue
Block a user