]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/ripd.h
yang, ripd: add 'frr-ripd.yang' and associated stub callbacks
[mirror_frr.git] / ripd / ripd.h
index 784b064606a1a82e1c6e7d1a4e103258c171d49c..78a204eb702036a0f81bc28e7312afa2482658f2 100644 (file)
 #define RIP_AUTH_MD5_SIZE               16
 #define RIP_AUTH_MD5_COMPAT_SIZE        RIP_RTE_SIZE
 
+/* YANG paths */
+#define RIP_INSTANCE   "/frr-ripd:ripd/instance"
+#define RIP_IFACE      "/frr-interface:lib/interface/frr-ripd:rip"
+
 /* RIP structure. */
 struct rip {
        /* RIP socket. */
@@ -437,4 +441,8 @@ extern long rip_global_queries;
 DECLARE_HOOK(rip_ifaddr_add, (struct connected * ifc), (ifc))
 DECLARE_HOOK(rip_ifaddr_del, (struct connected * ifc), (ifc))
 
+/* Northbound. */
+extern void rip_cli_init(void);
+extern const struct frr_yang_module_info frr_ripd_info;
+
 #endif /* _ZEBRA_RIP_H */