diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-03-01 10:57:42 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-03-02 11:01:47 +0100 | 
| commit | 0455229c5d9770f35912137dd06b27f6cc81ef8e (patch) | |
| tree | d3bb9a46fa1fe7c62471154d79a43579502edfbd /pimd/subdir.am | |
| parent | bc97f40dffa7b0d1c2f7f778eefd356c6a272470 (diff) | |
pim6d: reenable NHT code
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/subdir.am')
| -rw-r--r-- | pimd/subdir.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/subdir.am b/pimd/subdir.am index 0fe40912b1..0704acb552 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -38,6 +38,7 @@ pim_common = \  	pimd/pim_nb.c \  	pimd/pim_nb_config.c \  	pimd/pim_neighbor.c \ +	pimd/pim_nht.c \  	pimd/pim_oil.c \  	pimd/pim_routemap.c \  	pimd/pim_rp.c \ @@ -70,7 +71,6 @@ pimd_pimd_SOURCES = \  	pimd/pim_msdp.c \  	pimd/pim_msdp_packet.c \  	pimd/pim_msdp_socket.c \ -	pimd/pim_nht.c \  	pimd/pim_pim.c \  	pimd/pim_register.c \  	pimd/pim_signals.c \  | 
