diff options
| author | Mobashshera Rasool <mrasool@vmware.com> | 2021-12-13 22:31:39 -0800 | 
|---|---|---|
| committer | Mobashshera Rasool <mrasool@vmware.com> | 2022-01-10 21:10:29 -0800 | 
| commit | 12e76340181e41872d56e1f45f502bb04584e886 (patch) | |
| tree | ec6c03c8d550b907926dcc7688d2a248bb40742c /pimd/pim_macro.c | |
| parent | 95d516622bcbf90bc8bfff23cc6512ea416fd8da (diff) | |
pimd: Modifying in_addr to pim_addr in struct pim_interface for IPv6
Based on compiler option, pim_addr will be changed to in_addr
or in6_addr for pimd and pim6d respectively.
Reviewed-by: Sarita Patra <saritap@vmware.com>
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
Diffstat (limited to 'pimd/pim_macro.c')
| -rw-r--r-- | pimd/pim_macro.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_macro.c b/pimd/pim_macro.c index c6961d30c2..81ef6962de 100644 --- a/pimd/pim_macro.c +++ b/pimd/pim_macro.c @@ -261,7 +261,7 @@ int pim_macro_ch_could_assert_eval(const struct pim_ifchannel *ch)      }  */  struct pim_assert_metric pim_macro_spt_assert_metric(const struct pim_rpf *rpf, -						     struct in_addr ifaddr) +						     pim_addr ifaddr)  {  	struct pim_assert_metric metric;  | 
