summaryrefslogtreecommitdiffstats
path: root/pimd/subdir.am
diff options
context:
space:
mode:
authorMobashshera Rasool <mrasool@vmware.com>2022-02-10 09:14:41 +0100
committerMobashshera Rasool <mrasool@vmware.com>2022-02-28 10:38:41 +0100
commit26cd3d66127d69aca75c5961c917c62792b60066 (patch)
treeb070fa233e70e1147465ed73d7650a55cd28cb95 /pimd/subdir.am
parentpimd: Change the show running commands based on address family (diff)
downloadfrr-26cd3d66127d69aca75c5961c917c62792b60066.tar.xz
frr-26cd3d66127d69aca75c5961c917c62792b60066.zip
pimd: Adding pim_cmd_common.h and .c
This is to keep the cmd changes common to v4 and v6 in this file. Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
Diffstat (limited to 'pimd/subdir.am')
-rw-r--r--pimd/subdir.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/subdir.am b/pimd/subdir.am
index 552fb171a..0fe40912b 100644
--- a/pimd/subdir.am
+++ b/pimd/subdir.am
@@ -22,6 +22,7 @@ pim_common = \
pimd/pim_bfd.c \
pimd/pim_br.c \
pimd/pim_bsm.c \
+ pimd/pim_cmd_common.c \
pimd/pim_errors.c \
pimd/pim_hello.c \
pimd/pim_iface.c \
@@ -103,6 +104,7 @@ noinst_HEADERS += \
pimd/pim_br.h \
pimd/pim_bsm.h \
pimd/pim_cmd.h \
+ pimd/pim_cmd_common.h \
pimd/pim_errors.h \
pimd/pim_hello.h \
pimd/pim_iface.h \