diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2018-11-29 16:41:32 -0200 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-12-03 13:47:58 -0200 | 
| commit | a8bf8fb851481a78a7991a265cdb9821fd3479f8 (patch) | |
| tree | 38ca0df07296f7f1749aae1c0ebfd86127a4d885 /ripngd/ripngd.h | |
| parent | 49e06d25ad80d47bacf805959d05906ecf9ff3e0 (diff) | |
ripngd: implement northbound callbacks to fetch neighbor information
The "neighbors" YANG container was copied and adapted from the
ietf-rip module.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripngd/ripngd.h')
| -rw-r--r-- | ripngd/ripngd.h | 1 | 
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;  | 
