diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2018-11-29 19:41:32 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2018-12-03 16:47:58 +0100 |
commit | a8bf8fb851481a78a7991a265cdb9821fd3479f8 (patch) | |
tree | 38ca0df07296f7f1749aae1c0ebfd86127a4d885 /ripngd/ripngd.h | |
parent | ripngd: implement the 'clear-ripng-route' YANG RPC (diff) | |
download | frr-a8bf8fb851481a78a7991a265cdb9821fd3479f8.tar.xz frr-a8bf8fb851481a78a7991a265cdb9821fd3479f8.zip |
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 fc29b9d0d..5b32374ac 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; |