Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] add frr package
@ 2020-02-24 17:26 Vadim Kochan
  2020-02-24 17:26 ` [Buildroot] [PATCH 1/3] package/libyang: enable LYD_PRIV option Vadim Kochan
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Vadim Kochan @ 2020-02-24 17:26 UTC (permalink / raw)
  To: buildroot

FRR is free software that implements and manages various IPv4 and IPv6
routing protocols. It runs on nearly all distributions of Linux and BSD
as well as Solaris and supports all modern CPU architectures.

FRR currently supports the following protocols:

    BGP
    OSPFv2
    OSPFv3
    RIPv1
    RIPv2
    RIPng
    IS-IS
    PIM-SM/MSDP
    LDP
    BFD
    Babel
    PBR
    OpenFabric
    VRRP
    EIGRP (alpha)
    NHRP (alpha)

FRR package requires rtrlib which is added in separate
patch. There was issues on target 'make install' which
I could not fix otherway than adding half-custom install
hook to install binaries and configs.

RTRLib package requires LYD_PRIV option to be enabled in
libyang package, hence enabled it in separate patch.

Vadim Kochan (3):
  package/libyang: enable LYD_PRIV option
  package/rtrlib: new package
  package/frr: new package

 DEVELOPERS                 |   2 +
 package/Config.in          |   2 +
 package/frr/Config.in      |  23 ++++++++
 package/frr/S50frr         |  38 ++++++++++++++
 package/frr/frr.hash       |   2 +
 package/frr/frr.mk         | 105 +++++++++++++++++++++++++++++++++++++
 package/libyang/libyang.mk |   3 +-
 package/rtrlib/Config.in   |  13 +++++
 package/rtrlib/rtrlib.hash |   2 +
 package/rtrlib/rtrlib.mk   |  20 +++++++
 10 files changed, 209 insertions(+), 1 deletion(-)
 create mode 100644 package/frr/Config.in
 create mode 100644 package/frr/S50frr
 create mode 100644 package/frr/frr.hash
 create mode 100644 package/frr/frr.mk
 create mode 100644 package/rtrlib/Config.in
 create mode 100644 package/rtrlib/rtrlib.hash
 create mode 100644 package/rtrlib/rtrlib.mk

-- 
2.17.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-02-25  1:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-24 17:26 [Buildroot] [PATCH 0/3] add frr package Vadim Kochan
2020-02-24 17:26 ` [Buildroot] [PATCH 1/3] package/libyang: enable LYD_PRIV option Vadim Kochan
2020-02-24 19:52   ` Thomas Petazzoni
2020-02-24 20:36     ` vadim4j at gmail.com
2020-02-24 17:26 ` [Buildroot] [PATCH 2/3] package/rtrlib: new package Vadim Kochan
2020-02-24 19:53   ` Thomas Petazzoni
2020-02-24 21:00     ` vadim4j at gmail.com
2020-02-24 17:26 ` [Buildroot] [PATCH 3/3] package/frr: " Vadim Kochan
2020-02-24 20:06   ` Thomas Petazzoni
2020-02-24 21:14     ` vadim4j at gmail.com
2020-02-24 21:32       ` Thomas Petazzoni
2020-02-24 21:36         ` vadim4j at gmail.com
2020-02-24 22:07           ` Thomas Petazzoni
2020-02-25  1:28             ` vadim4j at gmail.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox