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/pimd.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/pimd.h')
| -rw-r--r-- | pimd/pimd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h index 675c0ebc6b..5ba29f9c41 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -27,6 +27,7 @@ #include "vty.h" #include "plist.h" +#include "pim_addr.h" #include "pim_instance.h" #include "pim_str.h" #include "pim_memory.h" |
