diff options
author | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-03-25 01:39:22 +0100 |
---|---|---|
committer | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-04-20 17:33:23 +0200 |
commit | f1e2901a0fe4122778406bf0d678668a4db8f518 (patch) | |
tree | 083d14df79bd25c51750f960a09cb2626318981e /pimd/pim_vxlan.h | |
parent | pimd: cli changes for pim-debug-vxlan (diff) | |
download | frr-f1e2901a0fe4122778406bf0d678668a4db8f518.tar.xz frr-f1e2901a0fe4122778406bf0d678668a4db8f518.zip |
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>
Diffstat (limited to 'pimd/pim_vxlan.h')
-rw-r--r-- | pimd/pim_vxlan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_vxlan.h b/pimd/pim_vxlan.h index cdd250f1c..49c5b64af 100644 --- a/pimd/pim_vxlan.h +++ b/pimd/pim_vxlan.h @@ -115,6 +115,7 @@ static inline bool pim_vxlan_is_orig_mroute(struct pim_vxlan_sg *vxlan_sg) return (vxlan_sg->sg.src.s_addr != 0); } +extern struct pim_vxlan *pim_vxlan_p; extern struct pim_vxlan_sg *pim_vxlan_sg_find(struct pim_instance *pim, struct prefix_sg *sg); extern struct pim_vxlan_sg *pim_vxlan_sg_add(struct pim_instance *pim, |