]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Handling dummy upstream in "show ip pim upstream"
authorSarita Patra <saritap@vmware.com>
Fri, 22 Feb 2019 09:47:58 +0000 (01:47 -0800)
committerSarita Patra <saritap@vmware.com>
Sun, 24 Feb 2019 17:38:03 +0000 (09:38 -0800)
commitd8bed89dca5955fe298c108afe78b13a95469cea
tree363a097a1eef9bbf9afad5bcd3895121dd9bfef0
parentbbe598df214486db57a0fd72a3c9875c0dfc2006
pimd: Handling dummy upstream in "show ip pim upstream"

When FRR receives IGMP/PIM (*, G) join and RP is not configured or
not reachable, then we are creating a dummy upstream with incoming
interface as NULL.
Added some null checks for the incoming interface, while displaying
the pim upstream information in the cli command "show ip pim upstream".

Signed-off-by: Sarita Patra <saritap@vmware.com>
pimd/pim_cmd.c