summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_vty.c
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2017-05-10 15:56:25 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-10 16:06:47 +0200
commitc68d0348d55278bb8da53ba2e476325038f25a29 (patch)
treedd4043f11800aeb70408d043ce4711a512725d4d /eigrpd/eigrp_vty.c
parentzebra: do not crash if zebrad.lsp_process_q is NULL (diff)
downloadfrr-c68d0348d55278bb8da53ba2e476325038f25a29.tar.xz
frr-c68d0348d55278bb8da53ba2e476325038f25a29.zip
eigrpd: Fix compilation errors for some versions of gcc
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_vty.c')
-rw-r--r--eigrpd/eigrp_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eigrpd/eigrp_vty.c b/eigrpd/eigrp_vty.c
index 1fc8c5459..cc346405a 100644
--- a/eigrpd/eigrp_vty.c
+++ b/eigrpd/eigrp_vty.c
@@ -791,7 +791,7 @@ DEFUN (eigrp_ip_summary_address,
"AS number\n"
"Summary <network>/<length>, e.g. 192.168.0.0/16\n")
{
- VTY_DECLVAR_CONTEXT(interface, ifp);
+ //VTY_DECLVAR_CONTEXT(interface, ifp);
//u_int32_t AS;
struct eigrp *eigrp;
@@ -819,7 +819,7 @@ DEFUN (no_eigrp_ip_summary_address,
"AS number\n"
"Summary <network>/<length>, e.g. 192.168.0.0/16\n")
{
- VTY_DECLVAR_CONTEXT(interface, ifp);
+ //VTY_DECLVAR_CONTEXT(interface, ifp);
//u_int32_t AS;
struct eigrp *eigrp;