Skip to content

Commit

Permalink
Merge pull request #15270 from LabNConsulting/chopps/fix-rpm-pkg
Browse files Browse the repository at this point in the history
redhat: add option to include mgmtd_testc test client
  • Loading branch information
donaldsharp authored Feb 1, 2024
2 parents 398c700 + cb56b00 commit 0bdcf62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
%{!?with_cumulus: %global with_cumulus 0 }
%{!?with_eigrpd: %global with_eigrpd 1 }
%{!?with_fpm: %global with_fpm 1 }
%{!?with_mgmtd_test_be_client: %global with_mgmtd_test_be_client 0 }
%{!?with_ldpd: %global with_ldpd 1 }
%{!?with_multipath: %global with_multipath 256 }
%{!?with_nhrpd: %global with_nhrpd 1 }
Expand Down Expand Up @@ -322,6 +323,9 @@ routing state through standard SNMP MIBs.
--localstatedir=%{_localstatedir} \
--disable-static \
--disable-werror \
%if %{with_mgmtd_test_be_client}
--enable-mgmtd-test-be-client \
%endif
%if %{with_multipath}
--enable-multipath=%{with_multipath} \
%endif
Expand Down Expand Up @@ -669,6 +673,9 @@ fi
%{_sbindir}/ripd
%{_sbindir}/bgpd
%{_sbindir}/mgmtd
%if %{with_mgmtd_test_be_client}
%{_sbindir}/mgmtd_testc
%endif
%exclude %{_sbindir}/ssd
%if %{with_watchfrr}
%{_sbindir}/watchfrr
Expand Down

0 comments on commit 0bdcf62

Please sign in to comment.