Bug 228371 - net/bird-devel: add an option for RPKI
Summary: net/bird-devel: add an option for RPKI
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-20 09:46 UTC by Felix Annen
Modified: 2018-05-26 06:09 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (olivier)


Attachments
Diff of Makefile (276 bytes, patch)
2018-05-20 09:46 UTC, Felix Annen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Annen 2018-05-20 09:46:07 UTC
Created attachment 193552 [details]
Diff of Makefile

Actually the port of bird 2.0.x in FreeBSD doesn't do RPKI. RPKI is an "protocol option", like BGP or OSPF, so I added it in the Makefile. I tested it with the example config from [1] with the public validator from realmv6 and it works. I haven't tested SSH transport.

[1] http://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.11
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-05-26 06:08:55 UTC
A commit references this bug:

Author: olivier
Date: Sat May 26 06:08:38 UTC 2018
New revision: 470880
URL: https://svnweb.freebsd.org/changeset/ports/470880

Log:
  Forgot to enable RPKI (Resource Public Key Infrastructure) support

  PR:		228371
  Submitted by:	Felix Annen <freebsd@bodems.net>

Changes:
  head/net/bird2/Makefile
Comment 2 Olivier Cochard freebsd_committer freebsd_triage 2018-05-26 06:09:44 UTC
Thanks! It's committed.