From 319d840c02d3645b9b9c87d137d9e4f0cb55aac1 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Wed, 19 Aug 2020 12:12:13 -0300 Subject: [PATCH] redhat: include new BFD development header Add to the package the BFD data plane protocol development header. Signed-off-by: Rafael Zalamena --- redhat/frr.spec.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5