diff options
author | Stephen Worley <sworley@nvidia.com> | 2020-12-14 20:03:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 20:03:35 +0100 |
commit | 3bece1e0e399c01d95743cd2fe2ae7d20ecbbfc7 (patch) | |
tree | 87137de2f86802ce1b1b0d8bf20d918b634a4d05 /zebra/subdir.am | |
parent | Merge pull request #7726 from chiragshah6/mdev (diff) | |
parent | zebra: human readable netlink dumps (diff) | |
download | frr-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.am | 6 |
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 |