diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-01-04 17:18:06 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-01-12 18:24:07 +0100 |
| commit | 26625d514ad02fb7bd02eb8cc49f910840668d13 (patch) | |
| tree | bf7a039dbe19362cdd89c1e83d617e2de2ef7da1 /pimd/pim_str.h | |
| parent | d51f8b0f1e06bf72a80be2f65e3e505892d5fb50 (diff) | |
pimd: abstract addresses for IPv4/IPv6 PIM
Depending on whether we're compiling pimd or pim6d, these types take on
the appropriate AF being used.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_str.h')
| -rw-r--r-- | pimd/pim_str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_str.h b/pimd/pim_str.h index 3510d994b9..ec25db810a 100644 --- a/pimd/pim_str.h +++ b/pimd/pim_str.h @@ -26,7 +26,7 @@ #include <prefix.h> -typedef struct in_addr pim_addr; +#include "pim_addr.h" /* * Longest possible length of a (S,G) string is 36 bytes |
