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.h | |
| 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.h')
| -rw-r--r-- | pimd/pim_macro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_macro.h b/pimd/pim_macro.h index f310e244e8..b88a84e2d2 100644 --- a/pimd/pim_macro.h +++ b/pimd/pim_macro.h @@ -33,7 +33,7 @@ int pim_macro_chisin_pim_include(const struct pim_ifchannel *ch); int pim_macro_chisin_joins_or_include(const struct pim_ifchannel *ch); 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 pim_macro_ch_my_assert_metric_eval(const struct pim_ifchannel *ch); int pim_macro_chisin_oiflist(const struct pim_ifchannel *ch); |
