mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 19:43:29 +00:00
pim6d: modify nexthop_addr to pim_addr in pim_zlookup_nexthop
Currently pim_zlookup_nexthop is of type struct prefix, but it's always a /32 host prefix. So changing it to pim_addr in order to support both IPV4 and IPV6. Signed-off-by: sarita patra <saritap@vmware.com>
This commit is contained in:
parent
641ac7c7d3
commit
cbe1dbba30
@ -28,7 +28,7 @@
|
||||
|
||||
struct pim_zlookup_nexthop {
|
||||
vrf_id_t vrf_id;
|
||||
struct prefix nexthop_addr;
|
||||
pim_addr nexthop_addr;
|
||||
ifindex_t ifindex;
|
||||
uint32_t route_metric;
|
||||
uint8_t protocol_distance;
|
||||
|
Loading…
Reference in New Issue
Block a user