diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-24 05:11:07 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:50:40 +0200 | 
| commit | def695f4edd066156a8d16d6c382f0f00b7082ff (patch) | |
| tree | 984ae7de77a8dc297ef041a4752991e5311d21e4 /redhat | |
| parent | 259e3d4dac2da37b9abad9f84e41f90c81325a60 (diff) | |
zebra, build: disable irdp by default
IRDP client (rdisc) was deleted from iputils more than 2 years ago. It's
time to drop IRDP, but first let's stop building and including it in the
packages by default to see if anyone will be complaining.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'redhat')
| -rw-r--r-- | redhat/frr.spec.in | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 83c881a14b..37a2e17e8e 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -322,7 +322,6 @@ routing state through standard SNMP MIBs.      --localstatedir=%{_localstatedir} \      --disable-static \      --disable-werror \ -    --enable-irdp \  %if %{with_multipath}      --enable-multipath=%{with_multipath} \  %endif @@ -717,7 +716,6 @@ fi  %endif  %{_libdir}/frr/modules/zebra_cumulus_mlag.so  %{_libdir}/frr/modules/dplane_fpm_nl.so -%{_libdir}/frr/modules/zebra_irdp.so  %{_libdir}/frr/modules/bgpd_bmp.so  %{_libdir}/libfrr_pb.so*  %{_libdir}/libfrrfpm_pb.so*  | 
