From 3e5b7080218970011c9d0c717ed8e9adf4dc6e60 Mon Sep 17 00:00:00 2001 From: Mobashshera Rasool Date: Mon, 13 Dec 2021 22:10:29 -0800 Subject: [PATCH] pimd: Adding pim_addr as common address for IPv4 and IPv6 PIM_ADDR will be controlled at compile time for IPv4 and IPv6. in_addr and in6_addr will be compiled for the respective daemons. Signed-off-by: Mobashshera Rasool --- pimd/pim_str.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pimd/pim_str.h b/pimd/pim_str.h index 94ba324154..40d26d6f57 100644 --- a/pimd/pim_str.h +++ b/pimd/pim_str.h @@ -26,6 +26,8 @@ #include +typedef struct in_addr pim_addr; + /* * Longest possible length of a (S,G) string is 36 bytes * 123.123.123.123 = 16 * 2 -- 2.39.5