mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 20:55:25 +00:00
eigrpd: Fix compilation errors for some versions of gcc
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
This commit is contained in:
parent
33c3228272
commit
c68d0348d5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user