Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765892 - net-misc/frr integration with upstream's ebuilds
Summary: net-misc/frr integration with upstream's ebuilds
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Sergey Popov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-18 10:33 UTC by f0o
Modified: 2021-02-01 09:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description f0o 2021-01-18 10:33:23 UTC
Big divergence between this and the frrouting overlay.

If net-misc/frr (with libyang & rtrlib) should be integrated into gentoo it should allow the (un)setting of all individual daemons and allow for a smooth transition between the two repos to not cause unwanted outages.

As a reference: https://github.com/FRRouting/gentoo-overlay

Happy to chat on IRC (freenode/#gentoo - f0o) or anywhere else about it.

Reproducible: Always
Comment 1 Sergey Popov (RETIRED) gentoo-dev 2021-01-20 07:56:38 UTC
I am not sure if we should introduce vast amounts of USE-flags that do not pull extra dependencies and only switches some --enable/--disable options in configure. If user does not want to build some daemons, apropriate --disable options could be defined by ECONF_EXTRA in /etc/portage/env for net-misc/frr.

Ebuild for net-misc/frr have more similarities with current ebuild for net-misc/quagga in main portage tree mainly because it is supported path of migration.