mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 10:48:03 +00:00
pimd: Modifying in_addr to pim_addr in struct pim_upstream for IPv6.
Changed struct in_addr upstream_addr and struct in_addr upstream_register to struct PIM_ADDR upstream_addr and struct PIM_ADDR upstream_register which are to be used in both IPv4 and IPv6(Both MLD and IGMP). Reviewed-by: Mobashshera Rasool <mrasool@vmware.com> Signed-off-by: sarita patra <saritap@vmware.com>
This commit is contained in:
parent
d02ea60665
commit
b7ed98e9b6
@ -229,8 +229,8 @@ struct pim_upstream {
|
||||
struct pim_instance *pim;
|
||||
struct rb_pim_upstream_item upstream_rb;
|
||||
struct pim_upstream *parent;
|
||||
struct in_addr upstream_addr; /* Who we are talking to */
|
||||
struct in_addr upstream_register; /*Who we received a register from*/
|
||||
pim_addr upstream_addr; /* Who we are talking to */
|
||||
pim_addr upstream_register; /*Who we received a register from*/
|
||||
struct prefix_sg sg; /* (S,G) group key */
|
||||
char sg_str[PIM_SG_LEN];
|
||||
uint32_t flags;
|
||||
|
Loading…
Reference in New Issue
Block a user