mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 02:46:26 +00:00
[ripd] Ignore non-running interfaces in rip status
Vyatta Bug 3999
This commit is contained in:
parent
94fc1dd41c
commit
82f5ee1ead
@ -3544,6 +3544,9 @@ DEFUN (show_ip_rip_status,
|
||||
{
|
||||
ri = ifp->info;
|
||||
|
||||
if (!ri->running)
|
||||
continue;
|
||||
|
||||
if (ri->enable_network || ri->enable_interface)
|
||||
{
|
||||
if (ri->ri_send == RI_RIP_UNSPEC)
|
||||
|
Loading…
Reference in New Issue
Block a user