diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-01-04 19:08:10 -0200 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2019-01-18 16:15:41 -0200 |
| commit | 32600a9807fafe113cc332dff1496631269f6a3a (patch) | |
| tree | d4a4ee480f9c12b13e2181a1fac3ef9a6a40587b /ripd/ripd.h | |
| parent | ae7b826a2338aa1cc61019fa74391da1c3ceb542 (diff) | |
ripd: make YANG operational-data VRF aware too
Move the "state" container into the "instance" list and adapt the code
accordingly.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripd/ripd.h')
| -rw-r--r-- | ripd/ripd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h index 268ba74b96..d88c5c1e61 100644 --- a/ripd/ripd.h +++ b/ripd/ripd.h @@ -517,6 +517,7 @@ extern void ripd_notif_send_auth_type_failure(const char *ifname); extern void ripd_notif_send_auth_failure(const char *ifname); extern struct zebra_privs_t ripd_privs; +extern struct rip_instance_head rip_instances; /* Master thread strucutre. */ extern struct thread_master *master; |
