diff options
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r-- | ripngd/ripngd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index 6e32d83c..fb6b6423 100644 --- a/ripngd/ripngd.c +++ b/ripngd/ripngd.c @@ -55,6 +55,8 @@ enum extern struct zebra_privs_t ripngd_privs; +union ripng_miyagi_string ripng_enabled_string = { .cp = "enable" } ; + /* Prototypes. */ void ripng_output_process (struct interface *, struct sockaddr_in6 *, int); |