diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-02-14 22:07:45 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-03-04 17:06:35 +0100 |
commit | fef93e6149f088f5f717a37f36b4f35f8beb5690 (patch) | |
tree | 9bf0a76972f96964c1a1ff166a40e9cf2ff1dbea /redhat | |
parent | doc, tools: Remove ARRAY_SIZE check (diff) | |
download | frr-fef93e6149f088f5f717a37f36b4f35f8beb5690.tar.xz frr-fef93e6149f088f5f717a37f36b4f35f8beb5690.zip |
zebra: Add fpm_listener
Add a tiny fpm_listener program to allow FRR to test the
fpm.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/frr.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 3371a3ed4..433aeaceb 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -677,6 +677,7 @@ fi %{_sbindir}/mgmtd_testc %endif %exclude %{_sbindir}/ssd +%exclude %{_sbindir}/fpm_listener %if %{with_watchfrr} %{_sbindir}/watchfrr %endif |