]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_dump.h
isisd: implement the 'lsp-generation' notification
[mirror_frr.git] / eigrpd / eigrp_dump.h
index 7f9381595a12cc49b847e8178ae36d481df5ba1b..389ac1b5fddc8b93f5c72aa23ce9bff2ae980ac4 100644 (file)
@@ -156,8 +156,8 @@ extern void show_ip_eigrp_neighbor_sub(struct vty *, struct eigrp_neighbor *,
                                       int);
 extern void show_ip_eigrp_prefix_entry(struct vty *,
                                       struct eigrp_prefix_entry *);
-extern void show_ip_eigrp_neighbor_entry(struct vty *, struct eigrp *,
-                                        struct eigrp_neighbor_entry *, int *);
+extern void show_ip_eigrp_nexthop_entry(struct vty *, struct eigrp *,
+                                       struct eigrp_nexthop_entry *, int *);
 
 extern void eigrp_debug_init(void);