mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 13:13:08 +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"
|
"AS number\n"
|
||||||
"Summary <network>/<length>, e.g. 192.168.0.0/16\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;
|
//u_int32_t AS;
|
||||||
struct eigrp *eigrp;
|
struct eigrp *eigrp;
|
||||||
|
|
||||||
@ -819,7 +819,7 @@ DEFUN (no_eigrp_ip_summary_address,
|
|||||||
"AS number\n"
|
"AS number\n"
|
||||||
"Summary <network>/<length>, e.g. 192.168.0.0/16\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;
|
//u_int32_t AS;
|
||||||
struct eigrp *eigrp;
|
struct eigrp *eigrp;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user