mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 09:10:16 +00:00
ripngd: Make 'struct zebra_privs_t' available
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
32b5a49362
commit
5cb6ce9c67
@ -47,8 +47,6 @@
|
||||
#define IPV6_LEAVE_GROUP IPV6_DROP_MEMBERSHIP
|
||||
#endif
|
||||
|
||||
extern struct zebra_privs_t ripngd_privs;
|
||||
|
||||
/* Static utility function. */
|
||||
static void ripng_enable_apply(struct interface *);
|
||||
static void ripng_passive_interface_apply(struct interface *);
|
||||
|
@ -50,8 +50,6 @@ enum { ripng_all_route,
|
||||
ripng_changed_route,
|
||||
};
|
||||
|
||||
extern struct zebra_privs_t ripngd_privs;
|
||||
|
||||
/* Prototypes. */
|
||||
void ripng_output_process(struct interface *, struct sockaddr_in6 *, int);
|
||||
|
||||
|
@ -327,7 +327,7 @@ enum ripng_event {
|
||||
|
||||
/* Extern variables. */
|
||||
extern struct ripng *ripng;
|
||||
|
||||
extern struct zebra_privs_t ripngd_privs;
|
||||
extern struct thread_master *master;
|
||||
|
||||
/* Prototypes. */
|
||||
|
Loading…
Reference in New Issue
Block a user