summaryrefslogtreecommitdiff
path: root/lib/routemap_cli.c
diff options
context:
space:
mode:
authorSarita Patra <saritap@vmware.com>2023-06-07 05:44:19 -0700
committerSarita Patra <saritap@vmware.com>2023-06-07 23:57:56 -0700
commit49a6c85563c55ce44237b0db532471267b6d1da3 (patch)
treeb8c7e15e6a70682ef1657bcf61a40315b63471a5 /lib/routemap_cli.c
parentc82ddede8a5d318548cb525ebcdf3a3a53fb0499 (diff)
pim6d: "show ipv6 pim state" not displaying when OIL is empty
Problem: ------- The cli "show ipv6 pim state" is not displaying when outgoing interface list is empty. This is fixed now. Before Fix: ---------- frr# show ipv6 pim state json { "ffaa::5":{ "1100::10":{ "ens224":{ }, "installed":1, "isRpt":false, "refCount":1, "oilListSize":0, "oilRescan":0, "lastUsed":0, "packetCount":40, "byteCount":3080, "wrongInterface":1 } } } frr# show ipv6 pim state Codes: J -> Pim Join, I -> MLD Report, S -> Source, * -> Inherited from (*,G), V -> VxLAN, M -> Muted Active Source Group RPT IIF OIL After fix: --------- Case 1: - "show ipv6 pim state" output for 1 mroute with 1 oil. frr# show ipv6 pim state Codes: J -> Pim Join, I -> MLD Report, S -> Source, * -> Inherited from (*,G), V -> VxLAN, M -> Muted Active Source Group RPT IIF OIL 1 1100::10 ffaa::5 n ens224 ens256( J ) Case 2: - "show ipv6 pim state" output for 1 mroute with multiple oil. frr# show ipv6 pim state Codes: J -> Pim Join, I -> MLD Report, S -> Source, * -> Inherited from (*,G), V -> VxLAN, M -> Muted Active Source Group RPT IIF OIL 1 1100::10 ffaa::5 n ens224 ens192( J ) ens256( J ) Case 3: - "show ipv6 pim state" output for 1 mroute with no oil frr# show ipv6 pim state Codes: J -> Pim Join, I -> MLD Report, S -> Source, * -> Inherited from (*,G), V -> VxLAN, M -> Muted Active Source Group RPT IIF OIL 1 1100::10 ffaa::5 n ens224 Case 4: - "show ipv6 pim state" output for multiple mroute with multiple oil frr# show ipv6 pim state Codes: J -> Pim Join, I -> MLD Report, S -> Source, * -> Inherited from (*,G), V -> VxLAN, M -> Muted Active Source Group RPT IIF OIL 1 * ff05::2 y ens224 pim6reg(I ) ens192(I ) 1 * ffaa::5 y ens224 pim6reg(I ) ens192(I ) Issue: #13070 Signed-off-by: Sarita Patra <saritap@vmware.com>
Diffstat (limited to 'lib/routemap_cli.c')
0 files changed, 0 insertions, 0 deletions