mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 11:18:59 +00:00
pimd: Turn off neighbor lookup for the moment
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
a268493f6b
commit
02eccbc738
@ -46,6 +46,7 @@ int pim_nexthop_lookup(struct pim_nexthop *nexthop, struct in_addr addr, int nei
|
||||
int found = 0;
|
||||
int i = 0;
|
||||
|
||||
neighbor_needed = 0;
|
||||
memset (nexthop_tab, 0, sizeof (struct pim_zlookup_nexthop) * MULTIPATH_NUM);
|
||||
num_ifindex = zclient_lookup_nexthop(nexthop_tab,
|
||||
MULTIPATH_NUM,
|
||||
|
Loading…
Reference in New Issue
Block a user