eigrpd: Fix compilation errors for some versions of gcc

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
This commit is contained in:
Daniel Walton 2017-05-10 09:56:25 -04:00 committed by Donald Sharp
parent 33c3228272
commit c68d0348d5

View File

@ -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;