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/subdir.am | |
parent | pimd: move `%pSG4` to `%pPSG4` (diff) | |
download | frr-26625d514ad02fb7bd02eb8cc49f910840668d13.tar.xz frr-26625d514ad02fb7bd02eb8cc49f910840668d13.zip |
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/subdir.am')
-rw-r--r-- | pimd/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/subdir.am b/pimd/subdir.am index 520b1aa18..355389ed7 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -13,6 +13,7 @@ man8 += $(MANBUILD)/mtracebis.8 endif pim_common = \ + pimd/pim_addr.c \ pimd/pim_assert.c \ pimd/pim_bfd.c \ pimd/pim_br.c \ @@ -87,6 +88,7 @@ nodist_pimd_pim6d_SOURCES = \ # end noinst_HEADERS += \ + pimd/pim_addr.h \ pimd/pim_assert.h \ pimd/pim_bfd.h \ pimd/pim_br.h \ |