From: Rafael Zalamena Date: Wed, 19 Aug 2020 15:12:13 +0000 (-0300) Subject: redhat: include new BFD development header X-Git-Tag: base_7.6~169^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=319d840c02d3645b9b9c87d137d9e4f0cb55aac1;p=mirror%2Ffrr.git redhat: include new BFD development header Add to the package the BFD data plane protocol development header. Signed-off-by: Rafael Zalamena --- diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index e72d2e3f36..4ebc504b8a 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -747,6 +747,10 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %{_includedir}/%{name}/*.h %dir %{_includedir}/%{name}/ospfd %{_includedir}/%{name}/ospfd/*.h +%if %{with_bfdd} + %dir %{_includedir}/%{name}/bfdd + %{_includedir}/%{name}/bfdd/bfddp_packet.h +%endif %if %{with_ospfapi} %dir %{_includedir}/%{name}/ospfapi %{_includedir}/%{name}/ospfapi/*.h