ripngd: Make 'struct zebra_privs_t' available

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-10-11 10:23:12 -04:00
parent 32b5a49362
commit 5cb6ce9c67
3 changed files with 1 additions and 5 deletions

View File

@ -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 *);

View File

@ -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);

View File

@ -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. */