mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:41:20 +00:00
redhat: add option to enable Cumulus extensions
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
b8b18c064b
commit
0e3daa4df6
@ -12,6 +12,7 @@
|
||||
# with-feature options
|
||||
%{!?with_babeld: %global with_babeld 1 }
|
||||
%{!?with_bgp_vnc: %global with_bgp_vnc 0 }
|
||||
%{!?with_cumulus: %global with_cumulus 0 }
|
||||
%{!?with_eigrpd: %global with_eigrpd 1 }
|
||||
%{!?with_fpm: %global with_fpm 1 }
|
||||
%{!?with_ldpd: %global with_ldpd 1 }
|
||||
@ -316,6 +317,9 @@ developing OSPF-API and frr applications.
|
||||
%else
|
||||
--disable-watchfrr \
|
||||
%endif
|
||||
%if %{with_cumulus}
|
||||
--enable-cumulus \
|
||||
%endif
|
||||
%if %{with_bgp_vnc}
|
||||
--enable-bgp-vnc \
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user