]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_cmd.c
pimd: display down ports show ip pim interface
authorChirag Shah <chirag@cumulusnetworks.com>
Thu, 22 Jun 2017 19:09:02 +0000 (12:09 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:40 +0000 (13:51 -0400)
commit96ceedc7a27404a148bc9cc513b5b60e286cffc2
treeb17a4bf7ab7c6d183017e4ee45df3335c794c64c
parentcc61055f0ed2cb8521dd685b3456b503ef297190
pimd: display down ports show ip pim interface

In show ip pim interface and  show ip pim interface <intf>
display State "down" pim enabled interfaces.

Ticket:CM-16809
Reviewed By:CCR-6398
Testing Done:
show ip pim interface
Interface  State          Address  PIM Nbrs           PIM DR  FHR IfChannels
br1           up          2.0.1.1         0            local    0          0
lo            up          6.0.0.1         0            local    0          0
pimreg        up          0.0.0.0         0            local    0          0
swp1        down          6.0.1.1         0            local    0          0
swp2          up          6.0.2.1         1            local    0          0

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
pimd/pim_cmd.c