]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Remove duplicate parameter to functions
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 7 Jul 2018 13:52:28 +0000 (09:52 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 7 Jul 2018 14:15:02 +0000 (10:15 -0400)
commitb938537bdb0d165ec3e2373f0516b54b96c1c17e
treeeed2d8dbaf0738ce67130fba29cdaa69beb48c7d
parent8a5134aaa65c6cca70bc41a1f03f5703d2bd06cd
pimd: Remove duplicate parameter to functions

Both pim_ecmp_nexthop_lookup and pim_ecmp_fib_lookup_if_vif_index
pass the address in 2 times.  Make function calls consistent
and just pass in the src once.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_cmd.c
pimd/pim_nht.c
pimd/pim_nht.h
pimd/pim_rpf.c
pimd/pim_zebra.c