]> git.proxmox.com Git - mirror_frr.git/commit
pimd: display commands for the pim-vxlan-sg database and worklist
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Mon, 25 Mar 2019 00:39:22 +0000 (17:39 -0700)
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Sat, 20 Apr 2019 15:33:23 +0000 (08:33 -0700)
commitf1e2901a0fe4122778406bf0d678668a4db8f518
tree083d14df79bd25c51750f960a09cb2626318981e
parent4d913fa62e3e67c215aeadc97836700271e81899
pimd: display commands for the pim-vxlan-sg database and worklist

Sample output:
root@TORS1:~# vtysh -c "show ip pim vxlan-groups"
Codes: I -> installed
Source          Group           Input           Output          Flags
27.0.0.7        239.1.1.101     lo                              I
*               239.1.1.100     -               ipmr-lo         I
*               239.1.1.101     -               ipmr-lo         I
27.0.0.7        239.1.1.100     lo                              I
root@TORS1:~#

root@TORS1:~# vtysh -c "show ip pim vxlan-work"
Codes: I -> installed
Source          Group           Input           Flags
27.0.0.7        239.1.1.100     lo                              I
PS: note the worklist dump is a hidden command

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
pimd/pim_cmd.c
pimd/pim_vxlan.h