diff options
| author | Mobashshera Rasool <mrasool@vmware.com> | 2021-12-13 22:28:46 -0800 |
|---|---|---|
| committer | Mobashshera Rasool <mrasool@vmware.com> | 2022-01-10 21:10:29 -0800 |
| commit | 95d516622bcbf90bc8bfff23cc6512ea416fd8da (patch) | |
| tree | b34b808fcf964b5d1697b0dcc6aea79eb7ca5d53 /pimd/pim_assert.h | |
| parent | b85201d5cde1ad28fba70517ab4a33063fba1ae0 (diff) | |
pimd: Modify in_addr to pim_addr in pim_assert_metric
This change is to accomodate IPv6 and IPv4 in the same code.
Based on pimd or pim6d, this will be compiled.
Reviewed-by: Sarita Patra <saritap@vmware.com>
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
Diffstat (limited to 'pimd/pim_assert.h')
| -rw-r--r-- | pimd/pim_assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_assert.h b/pimd/pim_assert.h index 2e6e62cc3a..a149fb176e 100644 --- a/pimd/pim_assert.h +++ b/pimd/pim_assert.h @@ -37,7 +37,7 @@ struct pim_assert_metric { uint32_t rpt_bit_flag; uint32_t metric_preference; uint32_t route_metric; - struct in_addr ip_address; /* neighbor router that sourced the Assert + pim_addr ip_address; /* neighbor router that sourced the Assert message */ }; |
