summaryrefslogtreecommitdiffstats
path: root/zebra/subdir.am
diff options
context:
space:
mode:
authorStephen Worley <sworley@nvidia.com>2020-12-14 20:03:35 +0100
committerGitHub <noreply@github.com>2020-12-14 20:03:35 +0100
commit3bece1e0e399c01d95743cd2fe2ae7d20ecbbfc7 (patch)
tree87137de2f86802ce1b1b0d8bf20d918b634a4d05 /zebra/subdir.am
parentMerge pull request #7726 from chiragshah6/mdev (diff)
parentzebra: human readable netlink dumps (diff)
downloadfrr-3bece1e0e399c01d95743cd2fe2ae7d20ecbbfc7.tar.xz
frr-3bece1e0e399c01d95743cd2fe2ae7d20ecbbfc7.zip
Merge pull request #7162 from opensourcerouting/zebra-human-netlink
zebra: human readable netlink dumps
Diffstat (limited to 'zebra/subdir.am')
-rw-r--r--zebra/subdir.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/subdir.am b/zebra/subdir.am
index 4533d6baf..cdacabc10 100644
--- a/zebra/subdir.am
+++ b/zebra/subdir.am
@@ -222,3 +222,9 @@ zebra_dplane_fpm_nl_la_LIBADD =
vtysh_scan += $(top_srcdir)/zebra/dplane_fpm_nl.c
endif
+
+if NETLINK_DEBUG
+zebra_zebra_SOURCES += \
+ zebra/debug_nl.c \
+ # end
+endif