summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2020-08-19 17:12:13 +0200
committerRafael Zalamena <rzalamena@opensourcerouting.org>2020-11-24 11:55:07 +0100
commit319d840c02d3645b9b9c87d137d9e4f0cb55aac1 (patch)
treeafa5220a0f36bacc9567de64e084e30c5d996550 /redhat
parentdoc: add information about distributed BFD (diff)
downloadfrr-319d840c02d3645b9b9c87d137d9e4f0cb55aac1.tar.xz
frr-319d840c02d3645b9b9c87d137d9e4f0cb55aac1.zip
redhat: include new BFD development header
Add to the package the BFD data plane protocol development header. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'redhat')
-rw-r--r--redhat/frr.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index e72d2e3f3..4ebc504b8 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