summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_dump.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-08-27 01:32:06 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-08-27 01:32:06 +0200
commit255ab9408f6a9d6addd727c5697d4fbd8b6219f1 (patch)
tree2c0ade0c33778a1e70f219414b37355eda85c04a /eigrpd/eigrp_dump.h
parenteigrpd: Refactor access/prefix list applications (diff)
downloadfrr-255ab9408f6a9d6addd727c5697d4fbd8b6219f1.tar.xz
frr-255ab9408f6a9d6addd727c5697d4fbd8b6219f1.zip
eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entry
The struct 'eigrp_neighbor_entry' really represents a nexthop for a prefix. Rename the structure to better represent what we are representing. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_dump.h')
-rw-r--r--eigrpd/eigrp_dump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eigrpd/eigrp_dump.h b/eigrpd/eigrp_dump.h
index 7f9381595..cda304ba6 100644
--- a/eigrpd/eigrp_dump.h
+++ b/eigrpd/eigrp_dump.h
@@ -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);