summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_vty.h
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2019-07-30 17:44:13 +0200
committerRafael Zalamena <rzalamena@opensourcerouting.org>2019-08-03 19:52:45 +0200
commitf25c244b7502f2fa61f143b514eef8f6b9e24355 (patch)
tree958c2e80d4f37fd8b7de604ed9d3d70e3cae1c25 /eigrpd/eigrp_vty.h
parentyang: change EIGRP authentication enum name (diff)
downloadfrr-f25c244b7502f2fa61f143b514eef8f6b9e24355.tar.xz
frr-f25c244b7502f2fa61f143b514eef8f6b9e24355.zip
eigrpd: migrate old CLI to northbound
Move all configuration commands to the new CLI code (`eigrp_cli.c`), implement the northbound and do all the necessary wiring to get it working. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'eigrpd/eigrp_vty.h')
-rw-r--r--eigrpd/eigrp_vty.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/eigrpd/eigrp_vty.h b/eigrpd/eigrp_vty.h
index 3fbadf6df..ebbf50385 100644
--- a/eigrpd/eigrp_vty.h
+++ b/eigrpd/eigrp_vty.h
@@ -35,6 +35,5 @@
/* Prototypes. */
extern void eigrp_vty_init(void);
extern void eigrp_vty_show_init(void);
-extern void eigrp_vty_if_init(void);
#endif /* _Quagga_EIGRP_VTY_H_ */