diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-11 10:23:12 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-23 18:09:23 -0400 |
| commit | 5cb6ce9c67731b88017266f734c9a79e7a00d23d (patch) | |
| tree | bf8fedac7700fa88112a3b198140ca9cb89a89bc /ripngd/ripng_interface.c | |
| parent | 32b5a49362ff067fb152521f94e84f34a587c05f (diff) | |
ripngd: Make 'struct zebra_privs_t' available
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ripngd/ripng_interface.c')
| -rw-r--r-- | ripngd/ripng_interface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ripngd/ripng_interface.c b/ripngd/ripng_interface.c index d450d5a7f9..d1057bf53e 100644 --- a/ripngd/ripng_interface.c +++ b/ripngd/ripng_interface.c @@ -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 *); |
