mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:02:58 +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
|
#define IPV6_LEAVE_GROUP IPV6_DROP_MEMBERSHIP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern struct zebra_privs_t ripngd_privs;
|
|
||||||
|
|
||||||
/* Static utility function. */
|
/* Static utility function. */
|
||||||
static void ripng_enable_apply(struct interface *);
|
static void ripng_enable_apply(struct interface *);
|
||||||
static void ripng_passive_interface_apply(struct interface *);
|
static void ripng_passive_interface_apply(struct interface *);
|
||||||
|
@ -50,8 +50,6 @@ enum { ripng_all_route,
|
|||||||
ripng_changed_route,
|
ripng_changed_route,
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct zebra_privs_t ripngd_privs;
|
|
||||||
|
|
||||||
/* Prototypes. */
|
/* Prototypes. */
|
||||||
void ripng_output_process(struct interface *, struct sockaddr_in6 *, int);
|
void ripng_output_process(struct interface *, struct sockaddr_in6 *, int);
|
||||||
|
|
||||||
|
@ -327,7 +327,7 @@ enum ripng_event {
|
|||||||
|
|
||||||
/* Extern variables. */
|
/* Extern variables. */
|
||||||
extern struct ripng *ripng;
|
extern struct ripng *ripng;
|
||||||
|
extern struct zebra_privs_t ripngd_privs;
|
||||||
extern struct thread_master *master;
|
extern struct thread_master *master;
|
||||||
|
|
||||||
/* Prototypes. */
|
/* Prototypes. */
|
||||||
|
Loading…
Reference in New Issue
Block a user