diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2018-03-06 16:13:17 +0100 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2018-03-17 17:57:45 +0100 |
commit | c8cd451cab8e009c826b9cf02be90ecf9f98c598 (patch) | |
tree | 4afd6eda545558beb96e61005dd2b02b5544d0f1 /redhat | |
parent | redhat: Add option to build with RPKI (diff) | |
download | frr-c8cd451cab8e009c826b9cf02be90ecf9f98c598.tar.xz frr-c8cd451cab8e009c826b9cf02be90ecf9f98c598.zip |
redhat: Add RPKI comment on build instructions
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/README.rpm_build.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/redhat/README.rpm_build.md b/redhat/README.rpm_build.md index 7deea54de..c461e543d 100644 --- a/redhat/README.rpm_build.md +++ b/redhat/README.rpm_build.md @@ -63,11 +63,16 @@ Building your own FRRouting RPM %{!?with_watchfrr: %global with_watchfrr 1 } %{!?with_bgp_vnc: %global with_bgp_vnc 0 } %{!?with_pimd: %global with_pimd 1 } + %{!?with_rpki: %global with_rpki 0 } 7. Build the RPM rpmbuild --define "_topdir `pwd`/rpmbuild" -ba rpmbuild/SPECS/frr.spec + If building with RPKI, then download and install the additional RPKI + packages from + https://ci1.netdef.org/browse/RPKI-RTRLIB/latestSuccessful/artifact + DONE. If all works correctly, then you should end up with the RPMs under |