summaryrefslogtreecommitdiff
path: root/ripngd/ripngd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ripngd/ripngd.h')
-rw-r--r--ripngd/ripngd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h
index fc29b9d0d9..5b32374ace 100644
--- a/ripngd/ripngd.h
+++ b/ripngd/ripngd.h
@@ -329,6 +329,7 @@ struct ripng_offset_list {
/* Extern variables. */
extern struct ripng *ripng;
+extern struct list *peer_list;
extern struct zebra_privs_t ripngd_privs;
extern struct thread_master *master;