diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2022-02-28 11:42:48 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2022-03-12 22:47:08 +0100 |
commit | cd6d285855954039624f115a9fad7d4abbb4574d (patch) | |
tree | ee7c2288a648ae032b552577759040daa8c7b1d3 /pimd/subdir.am | |
parent | pimd: add safety check to OIL add/del (diff) | |
download | frr-cd6d285855954039624f115a9fad7d4abbb4574d.tar.xz frr-cd6d285855954039624f115a9fad7d4abbb4574d.zip |
pimd: refactor/split IGMP integration
Try to untangle some spaghetti...
This is an 1:1 change that should not result in any functional
difference.
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 d617be3cb..cda5acb00 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -47,6 +47,7 @@ pim_common = \ pimd/pim_ssmpingd.c \ pimd/pim_static.c \ pimd/pim_str.c \ + pimd/pim_tib.c \ pimd/pim_time.c \ pimd/pim_tlv.c \ pimd/pim_upstream.c \ @@ -141,6 +142,7 @@ noinst_HEADERS += \ pimd/pim_ssmpingd.h \ pimd/pim_static.h \ pimd/pim_str.h \ + pimd/pim_tib.h \ pimd/pim_time.h \ pimd/pim_tlv.h \ pimd/pim_upstream.h \ |